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.
15 * Test object for ASN1 sequence objects
20 #ifndef __TESTSEQUENCE_H__
21 #define __TESTSEQUENCE_H__
25 class CASN1EncSequence;
27 class CTestSequence : public CTestBase
30 static CTestSequence* NewL(CASN1NormalTest &aASN1Action);
32 // Overridden from CTestBase
33 void GetName(TDes& aBuf);
34 TBool PerformTestsL(CConsoleBase& aConsole);
37 CTestSequence(CASN1NormalTest &aASN1Action);
38 CASN1EncSequence* MakeSequenceEncoderLC(TInt aMaxDepth, TInt aMinSize, TInt aMaxSize);
39 TInt ReadAndCountL(const TDesC8& aBuf);
40 TBool PerformTest(CConsoleBase& aConsole, const TInt &aTestDepth, const TInt &aTestSize, const TInt &aTestNumber, const TInt &aTotalTests);
41 void FillParameterArray(void);