First public contribution.
1 // Copyright (c) 2002-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.
16 #ifndef __TESTFRAMEWORKMAIN_H__
17 #define __TESTFRAMEWORKMAIN_H__
20 #include "TestFramework.h"
25 * Main class for Test Framework
30 class CTestFrameworkMain : public CBase
33 static CTestFrameworkMain* NewLC();
34 ~CTestFrameworkMain();
35 void StartTestingL(const TDesC& aCmdLine);
36 CLog* LogClient() const;
42 void RunTestScriptL(const TDesC& aCmdLine);
48 CTestUtils* iTestUtils;
50 TBuf<64> iTestMatchString;
53 #endif // __TESTFRAMEWORKMAIN_H__