Update contrib.
1 // Copyright (c) 2010 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.
20 #include <test/ctefunitserver.h>
21 #include "openwftest.h"
23 _LIT( KServerName, "openwftestserver" );
25 GLDEF_C const TTestName ServerName()
29 * @return - The TEF server name
32 TTestName serverName(KServerName);
36 GLDEF_C CTestSuite* CreateTestSuiteL()
38 * Create the overall test suite.
40 * @return - The top level suite
45 ADD_TEST_SUITE( COpenwfTest );
50 GLDEF_C CTestStep* CreateTEFTestStep(const TDesC& , CTEFUnitServer& /* aServer */)
52 * Create individual test steps, outside the suite.
55 // Initialise test step object to NULL if no TEF step is found
56 CTestStep* testStep = NULL;