os/graphics/windowing/windowserver/test/tcsc/cwsgcecsc.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 * @file
    16 * 
    17 *
    18 */
    19 
    20 
    21 
    22 #ifndef CWSGCECSC_H_
    23 #define CWSGCECSC_H_
    24 
    25 #include <test/tefunit.h>
    26 #include <w32std.h>
    27 #include "cwsgcecscbase.h"
    28 
    29 class CWSGceCsc : public CWsGceCscBase
    30 {
    31 private:
    32 	
    33 public:
    34 	CWSGceCsc();
    35 	virtual ~CWSGceCsc();
    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();
    44 private:
    45     void DrawBasicPattern (RWindow& aWin);
    46 public:
    47 
    48 private:
    49 };
    50 
    51 #endif /*CWSGCECSC_H_*/