Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
19 #include <test/ctefunitserver.h>
20 #include "cwsgcecsc.h"
22 _LIT( KServerName, "wsgcecscserver" );
24 GLDEF_C const TTestName ServerName()
28 * @return - The TEF server name
31 TTestName serverName(KServerName);
36 GLDEF_C CTestSuite* CreateTestSuiteL()
38 * Create the overall test suite.
40 * @return - The top level suite
44 ADD_TEST_SUITE(CWSGceCsc);
49 GLDEF_C CTestStep* CreateTEFTestStep(const TDesC& /*aStepName*/, CTEFUnitServer& /* aServer */)
51 * Create individual test steps, outside the suite.
54 // Initialise test step object to NULL if no TEF step is found
55 CTestStep* testStep = NULL;