diff -r a9c038d69df8 -r 8f8df8006c40 stif/stif_plat/inc/TestEngineClient.h --- a/stif/stif_plat/inc/TestEngineClient.h Wed Jun 09 11:23:41 2010 +0300 +++ b/stif/stif_plat/inc/TestEngineClient.h Mon Jun 21 17:25:56 2010 +0300 @@ -376,6 +376,19 @@ TRequestStatus& aStatus ); /** + * RunTestCase is asynchronous method and it is completed when the test + * case is completed. Result of the test case is returned to + * aTestResult. The aTestResult is TFullTestResultPckg that is a + * packaged TFullTestResult. + * The aStatus will have the completion result of this function. If the + * test case could be run (despite of succesfully or not) the KErrNone + * is returned to aStatus. + */ + IMPORT_C void RunTestCase( TFullTestResultPckg& aTestResult, + const TDesC& aTestCaseArgs, + TRequestStatus& aStatus ); + + /** * Pause suspends the execution of the test case. The subsession where * the test case is run is suspended and thus the test case execution is * suspended. Test case execution can be later resumed by calling