camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxefeaturemanagerimp/unittest_cxefeaturemanagerimp.h
changeset 37 64817133cd1d
parent 19 d9aefe59d544
child 46 c826656d6714
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    32 
    32 
    33 private slots:
    33 private slots:
    34     void init();
    34     void init();
    35     void cleanup();
    35     void cleanup();
    36     
    36     
    37     void testSupportedKeys();
    37     void testIsFeatureSupported();
    38     void testConfiguredValuesEmptyData();
    38     void testconfiguredValues();
    39     void testConfiguredValuesFalseKey();
       
    40     void testConfiguredValuesTrueKeyAndData();
       
    41     void testConfiguredValuesFalseData();
       
    42     
    39     
    43 private:
    40 private:
    44     CxeFakeSettingsModel *mFakeSettingsModel;
    41     CxeFakeSettingsModel *mFakeSettingsModel;
    45     CxeFeatureManagerImp *mFeatureManager;
    42     CxeFeatureManagerImp *mFeatureManager;
    46 };
    43 };