stif/stif_plat/inc/TestServerClient.h
branchRCL_3
changeset 16 8f8df8006c40
parent 0 a03f92240627
child 18 3406c99bc375
equal deleted inserted replaced
14:a9c038d69df8 16:8f8df8006c40
   349         */
   349         */
   350         IMPORT_C void RunTestCase( TFullTestResultPckg& aResult,
   350         IMPORT_C void RunTestCase( TFullTestResultPckg& aResult,
   351                                    TRequestStatus& aStatus );
   351                                    TRequestStatus& aStatus );
   352 
   352 
   353         /**
   353         /**
       
   354        * RunTestCase is used to execute the test case previously initialized by
       
   355        * Open method. RunTestCase is asynchronous method and it is completed
       
   356        * when the test case is completed.
       
   357        * The result of the test case is returned to aStatus.
       
   358        */
       
   359        IMPORT_C void RunTestCase( TFullTestResultPckg& aResult,
       
   360                                   const TDesC& aTestCaseArgs,
       
   361                                   TRequestStatus& aStatus );
       
   362 
       
   363         /**
   354         * Pause suspends the execution of the test case. The subsession where
   364         * Pause suspends the execution of the test case. The subsession where
   355         * the test case is run will be suspended and thus the test case
   365         * the test case is run will be suspended and thus the test case
   356         * execution is suspended. The test case execution can be later resumed
   366         * execution is suspended. The test case execution can be later resumed
   357         * by calling Resume.
   367         * by calling Resume.
   358         */
   368         */