stif/stif_plat/inc/TestEngineClient.h
branchRCL_3
changeset 16 8f8df8006c40
parent 0 a03f92240627
equal deleted inserted replaced
14:a9c038d69df8 16:8f8df8006c40
   374         */
   374         */
   375         IMPORT_C void RunTestCase( TFullTestResultPckg& aTestResult,
   375         IMPORT_C void RunTestCase( TFullTestResultPckg& aTestResult,
   376                                     TRequestStatus& aStatus );
   376                                     TRequestStatus& aStatus );
   377 
   377 
   378         /**
   378         /**
       
   379         * RunTestCase is asynchronous method and it is completed when the test
       
   380         * case is completed. Result of the test case is returned to 
       
   381         * aTestResult. The aTestResult is TFullTestResultPckg that is a
       
   382         * packaged TFullTestResult.
       
   383         * The aStatus will have the completion result of this function. If the
       
   384         * test case could be run (despite of succesfully or not) the KErrNone 
       
   385         * is returned to aStatus.
       
   386         */
       
   387         IMPORT_C void RunTestCase( TFullTestResultPckg& aTestResult,
       
   388                                    const TDesC& aTestCaseArgs,
       
   389                                    TRequestStatus& aStatus );        
       
   390 
       
   391         /**
   379         * Pause suspends the execution of the test case. The subsession where
   392         * Pause suspends the execution of the test case. The subsession where
   380         * the test case is run is suspended and thus the test case execution is
   393         * the test case is run is suspended and thus the test case execution is
   381         * suspended. Test case execution can be later resumed by calling 
   394         * suspended. Test case execution can be later resumed by calling 
   382         * Resume.
   395         * Resume.
   383         */
   396         */