First public contribution.
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.
14 // calls the CGraphicDrawerCoverage tests
21 @internalComponent - Internal Symbian coverage test code,
24 #ifndef __WSGDCOVERAGE_H__
25 #define __WSGDCOVERAGE_H__
28 #include "gdcovcommon.h"
30 NONSHARABLE_CLASS(CWsGdCoverage): public CWsGraphic
33 IMPORT_C static CWsGdCoverage* NewL();
34 IMPORT_C static CWsGdCoverage* NewL(TInt aScreenId);
35 IMPORT_C ~CWsGdCoverage();
36 IMPORT_C TInt RunTest(TInt aCode);
37 IMPORT_C TInt QueryPlugin(TGdCoverageInfo& aInfo);
38 IMPORT_C void SetCallBack(TCallBack aCallBack);
40 // override CWsGraphic
41 virtual void HandleMessage(const TDesC8& aData);
42 virtual void OnReplace();
45 TGdCoverageInfo* iReq;