First public contribution.
2 * Copyright (c) 2002-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.
21 #if (!defined __OOM_STEP_H__)
22 #define __OOM_STEP_H__
26 // Constants used to name test cases
27 _LIT(KCAFOomStep,"CAFOomStep");
33 * The OOMTEST parameter in the ini file determines which one of the OOM tests
36 * @internalComponent Exposure internally
38 class CCafOomStep : public CCAFStep
41 CCafOomStep(CCAFServer& aParent);
43 virtual TVerdict doTestStepL();
46 TVerdict OomReadContentL();
47 TVerdict OomSupplyL();