Update contrib.
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.
22 #ifndef __SCREEN_SELECT__
23 #define __SCREEN_SELECT__
25 #include <test/tefunit.h>
28 Test step to set a static screen number selection, which can be used to run the
29 same test code on an alternate screen by simply adding this step and repeating
32 Test steps which support this must use the static CSelectScreen::Number()
33 function to get the currently selected screen number, and pass this to the
34 Construct() call for a CWsScreenDevice.
37 class CScreenSelect : public CTestStep
40 CScreenSelect(TInt aScreenNumber, const TDesC& aStepName);
45 virtual TVerdict doTestStepL();
51 #endif // __SCREEN_SELECT__