stif/inc/TestServerModuleIf.h
branchRCL_3
changeset 16 8f8df8006c40
parent 10 381827f66490
equal deleted inserted replaced
14:a9c038d69df8 16:8f8df8006c40
   413         * Cancels command request.
   413         * Cancels command request.
   414         * Created to allow test case to kill itself.
   414         * Created to allow test case to kill itself.
   415         */
   415         */
   416         TInt CancelCommandRequest();
   416         TInt CancelCommandRequest();
   417 
   417 
       
   418         /**
       
   419          * Get test case arguments.
       
   420          */
       
   421         const TDesC& GetTestCaseArguments() const;
       
   422 
   418     public: // Functions that are called from test thread
   423     public: // Functions that are called from test thread
   419 
   424 
   420         /**
   425         /**
   421         * Get mutex handles.
   426         * Get mutex handles.
   422         */
   427         */
   572 
   577 
   573         // Test execution related members
   578         // Test execution related members
   574         TInt iCaseNumber;                        // Case to be executed
   579         TInt iCaseNumber;                        // Case to be executed
   575         TPtr iConfig;                            // Configuration file name
   580         TPtr iConfig;                            // Configuration file name
   576         HBufC* iConfigNameBuffer;                // HBuffer for configuration file;
   581         HBufC* iConfigNameBuffer;                // HBuffer for configuration file;
       
   582         HBufC* iTestCaseArgs;                    // HBuffer for test case arguments
       
   583 		
   577         RMessage2 iTestExeMessage;               // Test execution message
   584         RMessage2 iTestExeMessage;               // Test execution message
   578         TTestState iThreadState;                 // Thread state
   585         TTestState iThreadState;                 // Thread state
   579 
   586 
   580         // Print related members
   587         // Print related members
   581         RMutex          iPrintMutex;             // For iPrintSem semaphore handling
   588         RMutex          iPrintMutex;             // For iPrintSem semaphore handling