camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxefeaturemanagerimp/unittest_cxefeaturemanagerimp.h
changeset 43 0e652f8f1fbd
parent 19 d9aefe59d544
child 46 c826656d6714
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
    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 };