diff -r 05bc53fe583b -r 83ca720e2b9a cmmanager/connection_settings_shim/tsrc/ut/testcmmgrshim.h --- a/cmmanager/connection_settings_shim/tsrc/ut/testcmmgrshim.h Tue Aug 31 15:35:44 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,65 +0,0 @@ -/* -* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* Header for Connection Settings Shim Unit Test program. -*/ - -#include - -#include - -class HbMainWindow; - -class TestCmMgrShim : public QObject -{ - Q_OBJECT - - public slots: - // Test framework functions - void initTestCase(); - void cleanupTestCase(); - void init(); - void cleanup(); - - private slots: - // Test cases - void tcResetSettings(); - void tcLegacyConnMethodWlan(); - void tcLegacyConnMethodGprs(); - void tcCmManagerBasicFails(); - void tcBasicDestination(); - void tcDestinationModify(); - void tcConnMethodSetBoolAttribute(); - void tcConnMethodSetIntAttribute(); - void tcConnMethodSetStringAttribute(); - void tcConnMethodWrongTypeAttributeRead(); - void tcConnMethodWrongTypeAttributeWrite(); - void tcConnectionMethodRefresh(); - void tcDestinationReadConnectionMethods(); - void tcDestinationRemoveConnectionMethod(); - void tcDestinationPriority(); - void tcDestinationMisc(); - void tcDestinationRefresh(); - void tcDestinationInvalidParams(); - void tcIconOperations(); - - private: - // Sub test cases - void deleteDestinations(); - void deleteConnectionMethods(); - - private: - // Test data - CmManagerShim *mCmManagerShim; -};