diff -r 3e07fef1e154 -r bbd31066657e testexecfw/symbianunittestfw/sutfw/sutfwui/sutfwconsoleui/tsrc/inc/ut_symbianunittestcommandlineparser.h --- a/testexecfw/symbianunittestfw/sutfw/sutfwui/sutfwconsoleui/tsrc/inc/ut_symbianunittestcommandlineparser.h Mon Mar 08 15:03:44 2010 +0800 +++ b/testexecfw/symbianunittestfw/sutfw/sutfwui/sutfwconsoleui/tsrc/inc/ut_symbianunittestcommandlineparser.h Mon Mar 29 14:46:27 2010 +0800 @@ -25,7 +25,7 @@ class CSymbianUnitTestCommandLineParser; // CLASS DECLARATION -class UT_CSymbianUnitTestCommandLineParser : public CSymbianUnitTest +class UT_CSymbianUnitTestCommandLineParser : public CSymbianUnitTest { public: // Constructors and destructor @@ -40,6 +40,12 @@ void UT_SetOutputFormatL(); void UT_SetTestDllNamesL(); void UT_FindArgumentL(); + void UT_SetTimeoutL(); + void UT_SetTestCaseNamesL(); + + // new added. + void UT_TestCommandLineL(); + void LaunchExample( TInt aType ); private: // Contructors