First public contribution.
1 // Copyright (c) 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.
19 @internalComponent - Internal Symbian test code
22 #ifndef TROTATETESTSTEP_H
23 #define TROTATETESTSTEP_H
25 #include "te_graphicsperformanceSuiteStepBase.h"
27 class CTFlowWindowsController;
31 * Rotates the screen to each of the four orientations and measures the amount
32 * of time it took. Note: The wsini_rotate_test.ini must be manually copied to
33 * z:\system\data\wsini.ini before the test is run.
36 class CTRotateTestStep : public CTe_graphicsperformanceSuiteStepBase
40 virtual ~CTRotateTestStep();
44 virtual TVerdict doTestStepPreambleL();
45 virtual TVerdict doTestStepL();
47 void RotateWindowsL();
50 CTFlowWindowsController* iFlowWindowsController;
51 RArray<TPtrC> iFileNames;
55 _LIT( KTRotateTestStep, "trotate");
57 #endif // TROTATETESTSTEP_H