changeset 25 | 9aaae25af322 |
parent 0 | a03f92240627 |
--- a/stif/stif_plat/inc/StifTestModule.h Tue May 25 18:01:01 2010 +0300 +++ b/stif/stif_plat/inc/StifTestModule.h Mon Jun 14 11:37:33 2010 +0300 @@ -787,6 +787,11 @@ TInt Command(TCommand aCommand, const TDesC8& aParamsPckg); /** + * Get test case execution arguments + */ + IMPORT_C const TDesC& GetTestCaseArguments() const; + + /** * GetTestCaseTitleL function is used to obtain test case title. */ IMPORT_C void GetTestCaseTitleL(TDes& aTestCaseTitle);