os/security/cryptomgmtlibs/securitytestfw/test/testhandler2/ttesthandlersettings.h
Update contrib.
2 * Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "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.
19 #ifndef __TESTHANDLERSETTINGS_H__
20 #define __TESTHANDLERSETTINGS_H__
25 * This class stores the various settings that define the behaviour of
28 * this is a C-class, but it doesn't derived from CBase!
30 class CTestHandlerSettings
34 * This function creates a new CTestHandlerSettings object.
36 IMPORT_C static CTestHandlerSettings* NewLC();
38 * This function creates a new copy of the argument.
40 IMPORT_C static CTestHandlerSettings* NewL(const CTestHandlerSettings& aOther);
44 IMPORT_C ~CTestHandlerSettings();
48 * The default constructor produces settings adequate for running automated tests.
49 * The settings are all set to false.
51 CTestHandlerSettings();
53 * The second-phase constructor.
59 * If this is set to ETrue, then at the end of the tests, the handler will not
60 * quit immediately : it will wait until the user has pressed a key to quit.
61 * This is to allow the user to read the contents of the screen.
63 TBool iWaitForKeyPressAtEnd;
66 * Used to hold the bitflag values for the switches read in
67 * from the commandline