|
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifndef __BCTESTSECTION1_H__ |
|
17 #define __BCTESTSECTION1_H__ |
|
18 |
|
19 #include "NifmanBCTestStep.h" |
|
20 |
|
21 class CTestStepEsockShutdown : public CNifmanBCTestStep |
|
22 { |
|
23 public: |
|
24 CTestStepEsockShutdown(); |
|
25 enum TVerdict doTestStepL(); |
|
26 private: |
|
27 TInt UnloadEsock(); |
|
28 TInt LoadEsock(); |
|
29 }; |
|
30 |
|
31 class CTestStep1_1 : public CNifmanBCTestStep |
|
32 { |
|
33 public: |
|
34 CTestStep1_1(); |
|
35 enum TVerdict doTestStepL(); |
|
36 }; |
|
37 |
|
38 class CTestStep1_2 : public CNifmanBCTestStep |
|
39 { |
|
40 public: |
|
41 CTestStep1_2(); |
|
42 enum TVerdict doTestStepL(); |
|
43 }; |
|
44 |
|
45 class CTestStep1_3 : public CNifmanBCTestStep |
|
46 { |
|
47 public: |
|
48 CTestStep1_3(); |
|
49 enum TVerdict doTestStepL(); |
|
50 }; |
|
51 |
|
52 class CTestStep1_4 : public CNifmanBCTestStep |
|
53 { |
|
54 public: |
|
55 CTestStep1_4(); |
|
56 enum TVerdict doTestStepL(); |
|
57 }; |
|
58 |
|
59 class CTestStep1_5 : public CNifmanBCTestStep |
|
60 { |
|
61 public: |
|
62 CTestStep1_5(); |
|
63 enum TVerdict doTestStepL(); |
|
64 }; |
|
65 |
|
66 class CTestStep1_6 : public CNifmanBCTestStep |
|
67 { |
|
68 public: |
|
69 CTestStep1_6(); |
|
70 enum TVerdict doTestStepL(); |
|
71 }; |
|
72 |
|
73 class CTestStep1_7 : public CNifmanBCTestStep |
|
74 { |
|
75 public: |
|
76 CTestStep1_7(); |
|
77 enum TVerdict doTestStepL(); |
|
78 }; |
|
79 |
|
80 #endif |
|
81 |