From: yoonki.park Date: Tue, 2 Feb 2016 07:16:55 +0000 (+0900) Subject: Added note for unittest limitation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fb565c96d2c68bb99ce58126f9d19846db5f704;p=sdk%2Fonline-doc.git Added note for unittest limitation Change-Id: Ie0a30e8558d2e96b2b689932b94297dccc307f39 Signed-off-by: yoonki.park --- diff --git a/org.tizen.devtools/html/native_tools/unit_test_n.htm b/org.tizen.devtools/html/native_tools/unit_test_n.htm index 2b81d91..ceab033 100644 --- a/org.tizen.devtools/html/native_tools/unit_test_n.htm +++ b/org.tizen.devtools/html/native_tools/unit_test_n.htm @@ -37,9 +37,9 @@

Unit Test

-

Unit test tools verify that the unit works exactly as intended in the particular module's source code. If you encounter any problems due to code changes, they help identify the problem within a short period of time and make it right. The Tizen IDE provides an effective unit test tool for Tizen native applications. The tool offers the Unit Test Wizard for creating a unit test project, with which you can create and run test cases.

+

Unit test tools verify that the unit works exactly as intended in the particular module's source code. If you encounter any problems due to code changes, they help identify the problem within a short period of time and make it right. The Tizen IDE provides an effective unit test tool for Tizen native projects. The tool offers the Unit Test Wizard for creating a unit test project, with which you can create and run test cases.

-

To unit test your application:

+

To unit test your project:

  1. Create a test project.
  2. Edit a test project.
  3. @@ -53,7 +53,7 @@
  4. In the IDE menu, select File > New > Other > Tizen > Tizen Native Unit Test Project.
  5. In the New Tizen Unit Test Project window:
      -
    1. In the Select the Tizen project for test panel, select the application you want to test.
    2. +
    3. In the Select the Tizen project for test panel, select the project you want to test.
    4. Define a name for the test project.
    5. Define a destination folder where to save the project.

      Select the Use default location check box to save the test project in the IDE workspace, or browse to the required destination folder.

      @@ -64,8 +64,17 @@
    -

    The generated test project allows you to test your application.

    - +

    The generated test project allows you to test your project.

    + + + + + + + + + +
    Note
    You are only able to create a test project for shared library project and static library project.

    Editing a Test Project