--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/datacommsserver/esockserver/test/TE_Protocol/inc/ProtocolTestSection.h Thu Dec 17 09:22:25 2009 +0200
@@ -0,0 +1,126 @@
+// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// Declarations for ProtocolBase tests
+//
+//
+
+/**
+ @File ProtocolTestSection20.h
+*/
+
+#if (!defined __PROTOCOLTEST_H)
+#define __PROTOCOLTEST_H
+#include "TestStepProtocol.h"
+
+
+class CProtocolTest1 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest2 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest3 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest4 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest5 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest6 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest7 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest8 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest9 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest10 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest11 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest12 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest13 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+class CProtocolTest14 : public CTestStepProtocol
+ {
+ public:
+ static const TDesC& GetTestName();
+ virtual enum TVerdict InternalDoTestStepL();
+ };
+
+#endif
+