Update contrib.
2 * Copyright (c) 2010 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.
23 #include <test/testexecutestepbase.h>
25 class CTFormHindiStep : public CTestStep
29 void print(const TDesC& aBuf, const TText8* text, int line);
30 void testpoint(TBool aCondition, const TText8* text, int line );
32 TVerdict doTestStepL();
35 inline void CTFormHindiStep::print(const TDesC& aBuf, const TText8* text, int line)
37 Logger().LogExtra((text), line, ESevrInfo, (aBuf));
40 inline void CTFormHindiStep::testpoint(TBool aCondition, const TText8* text, int line )
42 testBooleanTrue((aCondition), text, line);
45 _LIT(KTestStep_T_FormHindi, "T_FormHindi");
47 #endif /* TFORMHINDI_H_ */