controlpanelui/src/cpprofilewrapper/tsrc/ut_cpprofilemodel/src/ut_cpprofilemodel.h
changeset 42 3487b2ea501a
parent 37 cb294e641644
equal deleted inserted replaced
39:5aa7c7ec6b8e 42:3487b2ea501a
    28     // init function
    28     // init function
    29     void initTestCase();
    29     void initTestCase();
    30     
    30     
    31     void testConstructor(); // test the constructor.    
    31     void testConstructor(); // test the constructor.    
    32 
    32 
    33     void testProfileNameWithValidProfileID(); // test the profileName() function with valid profile ID. 
    33     //void testProfileNameWithValidProfileID(); // test the profileName() function with valid profile ID. 
    34     void testProfileNameWithInvalidProfileID(); // test the profileName() function with invalid profile ID.
    34     void testProfileNameWithInvalidProfileID(); // test the profileName() function with invalid profile ID.
    35     void testProfileNames(); // test the profileNames() function.
    35     //void testProfileNames(); // test the profileNames() function.
    36    
    36    
    37     void testActivateProfileWithInvalidID(); //test the activateProfile() function with invalid profile ID.
    37     void testActivateProfileWithInvalidID(); //test the activateProfile() function with invalid profile ID.
    38     void testActivateProfileWithValidID(); // test the activateProfile() function with valid profile ID.
    38     void testActivateProfileWithValidID(); // test the activateProfile() function with valid profile ID.
    39     void testActiveProfileId(); // test the activeProfileId() function.
    39     void testActiveProfileId(); // test the activeProfileId() function.
    40     
    40