stif/stif_plat/inc/TestServerClient.h
branchRCL_3
changeset 16 8f8df8006c40
parent 0 a03f92240627
child 18 3406c99bc375
--- a/stif/stif_plat/inc/TestServerClient.h	Wed Jun 09 11:23:41 2010 +0300
+++ b/stif/stif_plat/inc/TestServerClient.h	Mon Jun 21 17:25:56 2010 +0300
@@ -351,6 +351,16 @@
                                    TRequestStatus& aStatus );
 
         /**
+       * RunTestCase is used to execute the test case previously initialized by
+       * Open method. RunTestCase is asynchronous method and it is completed
+       * when the test case is completed.
+       * The result of the test case is returned to aStatus.
+       */
+       IMPORT_C void RunTestCase( TFullTestResultPckg& aResult,
+                                  const TDesC& aTestCaseArgs,
+                                  TRequestStatus& aStatus );
+
+        /**
         * Pause suspends the execution of the test case. The subsession where
         * the test case is run will be suspended and thus the test case
         * execution is suspended. The test case execution can be later resumed