First public contribution.
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
25 #include <test/tefunit.h>
27 #include "cwsgcecscbase.h"
29 class CWSGceCsc : public CWsGceCscBase
36 static CTestSuite* CreateSuiteL(const TDesC &aName);
37 virtual void SetupL();
38 virtual void TearDownL();
39 void GRAPHICS_WSERV_CSC_101L();
40 void GRAPHICS_WSERV_CSC_102L();
41 void GRAPHICS_WSERV_CSC_103L();
42 void GRAPHICS_WSERV_CSC_104L();
43 void GRAPHICS_WSERV_CSC_105L();
45 void DrawBasicPattern (RWindow& aWin);
51 #endif /*CWSGCECSC_H_*/