First public contribution.
2 * Copyright (c) 2001-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.
16 * Test class for big integer (TInteger) encoding/decoding
21 #ifndef __TESTBIGINT_H__
22 #define __TESTBIGINT_H__
30 class CTestBigInt : public CTestBase
33 static CTestBigInt* NewL(CASN1NormalTest &aASN1Action);
35 // Overridden from CTestBase
36 void GetName(TDes& aBuf);
37 TBool PerformTestsL(CConsoleBase& aConsole);
40 CTestBigInt(CASN1NormalTest &aASN1Action);
41 void OutputIntegerL(CConsoleBase& aConsole, RInteger& aInt);
42 TBool PerformTest(CConsoleBase& aConsole, const RInteger &aTest, const TInt &aTestNumber, const TInt &aTotalTests);
43 void FillParameterArray(void);