diff -r f5d4820de50d -r 4fde310f06fe stif/stif_plat/inc/TestServerClient.h --- a/stif/stif_plat/inc/TestServerClient.h Tue May 25 18:01:01 2010 +0300 +++ b/stif/stif_plat/inc/TestServerClient.h Mon Jun 14 11:37:33 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