testexecfw/symbianunittestfw/sutfw/sutfwui/sutfwconsoleui/tsrc/inc/ut_symbianunittestcommandlineparser.h
changeset 1 bbd31066657e
parent 0 3e07fef1e154
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 class CSymbianUnitTestCommandLineParser;
    25 class CSymbianUnitTestCommandLineParser;
    26 
    26 
    27 // CLASS DECLARATION
    27 // CLASS DECLARATION
    28 class UT_CSymbianUnitTestCommandLineParser : public CSymbianUnitTest
    28 class UT_CSymbianUnitTestCommandLineParser  : public CSymbianUnitTest
    29     {
    29     {
    30     public: // Constructors and destructor
    30     public: // Constructors and destructor
    31     
    31     
    32         static UT_CSymbianUnitTestCommandLineParser* NewL();
    32         static UT_CSymbianUnitTestCommandLineParser* NewL();
    33         static UT_CSymbianUnitTestCommandLineParser* NewLC();
    33         static UT_CSymbianUnitTestCommandLineParser* NewLC();
    38         void SetupL();
    38         void SetupL();
    39         void Teardown();
    39         void Teardown();
    40         void UT_SetOutputFormatL();
    40         void UT_SetOutputFormatL();
    41         void UT_SetTestDllNamesL();
    41         void UT_SetTestDllNamesL();
    42         void UT_FindArgumentL();
    42         void UT_FindArgumentL();
       
    43         void UT_SetTimeoutL();
       
    44         void UT_SetTestCaseNamesL();
       
    45         
       
    46         // new added. 
       
    47         void UT_TestCommandLineL();
       
    48         void LaunchExample( TInt aType );
    43     
    49     
    44     private: // Contructors
    50     private: // Contructors
    45         
    51         
    46         UT_CSymbianUnitTestCommandLineParser();
    52         UT_CSymbianUnitTestCommandLineParser();
    47         void ConstructL();  
    53         void ConstructL();