camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxefeaturemanagerimp/unittest_cxefeaturemanagerimp.h
changeset 56 01e205c615b9
parent 48 42ba2d16bf40
equal deleted inserted replaced
48:42ba2d16bf40 56:01e205c615b9
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 #define UNITTEST_CXEFEATUREMANAGER_H
    18 #define UNITTEST_CXEFEATUREMANAGER_H
    19 
    19 
    20 #include <QObject>
    20 #include <QObject>
    21 
    21 
    22 class CxeFeatureManagerImp;
    22 class CxeFeatureManagerImp;
    23 class CxeSettings;
    23 class CxeFakeSettings;
    24 
    24 
    25 class UnitTestCxeFeatureManager : public QObject
    25 class UnitTestCxeFeatureManager : public QObject
    26 {
    26 {
    27     Q_OBJECT
    27     Q_OBJECT
    28 
    28 
    37     void testIsFeatureSupported();
    37     void testIsFeatureSupported();
    38     void testconfiguredValues();
    38     void testconfiguredValues();
    39     
    39     
    40 private:
    40 private:
    41     CxeFeatureManagerImp *mFeatureManager;
    41     CxeFeatureManagerImp *mFeatureManager;
    42     CxeSettings *mSettings;
    42     CxeFakeSettings *mFakeSettings;
    43 };
    43 };
    44 
    44 
    45 #endif // UNITTEST_CXEFEATUREMANAGER_H
    45 #endif // UNITTEST_CXEFEATUREMANAGER_H