stif/stif_plat/inc/StifTestModule.h
changeset 25 9aaae25af322
parent 0 a03f92240627
equal deleted inserted replaced
21:f5d4820de50d 25:9aaae25af322
   785         * It was created to provide possibility to kill test case by itself.
   785         * It was created to provide possibility to kill test case by itself.
   786         */
   786         */
   787         TInt Command(TCommand aCommand, const TDesC8& aParamsPckg);
   787         TInt Command(TCommand aCommand, const TDesC8& aParamsPckg);
   788 
   788 
   789         /**
   789         /**
       
   790          * Get test case execution arguments
       
   791          */
       
   792         IMPORT_C const TDesC& GetTestCaseArguments() const;        
       
   793 
       
   794         /**
   790         * GetTestCaseTitleL function is used to obtain test case title.
   795         * GetTestCaseTitleL function is used to obtain test case title.
   791         */
   796         */
   792         IMPORT_C void GetTestCaseTitleL(TDes& aTestCaseTitle);
   797         IMPORT_C void GetTestCaseTitleL(TDes& aTestCaseTitle);
   793 
   798 
   794         /**
   799         /**