testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwframework/tsrc/src/ut_symbianunittestsuite.cpp
changeset 1 bbd31066657e
parent 0 3e07fef1e154
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
    58 // ---------------------------------------------------------------------------
    58 // ---------------------------------------------------------------------------
    59 //
    59 //
    60 void UT_CSymbianUnitTestSuite::ConstructL()
    60 void UT_CSymbianUnitTestSuite::ConstructL()
    61     {
    61     {
    62     BASE_CONSTRUCT
    62     BASE_CONSTRUCT
       
    63     
       
    64     DEFINE_TEST_CLASS( UT_CSymbianUnitTestSuite )
       
    65     
    63     ADD_SUT( UT_NameL )
    66     ADD_SUT( UT_NameL )
    64     ADD_SUT( UT_AddL )
    67     ADD_SUT( UT_AddL )
    65     }
    68     }
    66 
    69 
    67 // ---------------------------------------------------------------------------
    70 // ---------------------------------------------------------------------------