testexecfw/symbianunittestfw/sutfw/sutfwexamples/sutfwracecarexample/tsrc/src/ut_racecar.cpp
changeset 1 bbd31066657e
parent 0 3e07fef1e154
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
    60 // ---------------------------------------------------------------------------
    60 // ---------------------------------------------------------------------------
    61 //
    61 //
    62 void UT_CRaceCar::ConstructL()
    62 void UT_CRaceCar::ConstructL()
    63     {
    63     {
    64     BASE_CONSTRUCT
    64     BASE_CONSTRUCT
       
    65     
       
    66     DEFINE_TEST_CLASS( UT_CRaceCar )
       
    67     
    65     ADD_SUT( UT_FuelL )
    68     ADD_SUT( UT_FuelL )
    66     ADD_SUT( UT_SteeringL )
    69     ADD_SUT( UT_SteeringL )
    67     ADD_SUT( UT_SpeedL ) 
    70     ADD_SUT( UT_SpeedL ) 
    68     // Setup and teardown functions can be changed for each test function
    71     // Setup and teardown functions can be changed for each test function
    69     // Usually this is not needed, but this is possible.
    72     // Usually this is not needed, but this is possible.