44
|
1 |
/**
|
|
2 |
* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
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".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
/**
|
|
21 |
@file WapBoundCLPushSteps.h
|
|
22 |
*/
|
|
23 |
#if (!defined __BOUNDCLPUSH_STEP_H__)
|
|
24 |
#define __BOUNDCLPUSH_STEP_H__
|
|
25 |
#include <test/testexecutestepbase.h>
|
|
26 |
#include <in_sock.h>
|
|
27 |
#include <es_sock.h>
|
|
28 |
#include <wapmessage.h>
|
|
29 |
#include "WapStackSuiteStepBase.h"
|
|
30 |
|
|
31 |
_LIT(KBoundCLPushStep_1,"BoundCLPush_1");
|
|
32 |
_LIT(KBoundCLPushStep_2,"BoundCLPush_2");
|
|
33 |
_LIT(KBoundCLPushStep_3,"BoundCLPush_3");
|
|
34 |
_LIT(KBoundCLPushStep_4,"BoundCLPush_4");
|
|
35 |
_LIT(KBoundCLPushStep_5,"BoundCLPush_5");
|
|
36 |
_LIT(KBoundCLPushStep_6,"BoundCLPush_6");
|
|
37 |
_LIT(KBoundCLPushStep_7,"BoundCLPush_7");
|
|
38 |
_LIT(KBoundCLPushStep_8,"BoundCLPush_8");
|
|
39 |
_LIT(KBoundCLPushStep_9,"BoundCLPush_9");
|
|
40 |
|
|
41 |
|
|
42 |
class CBoundCLPushStepBase : public CWapStackSuiteStepBase
|
|
43 |
{
|
|
44 |
public:
|
|
45 |
CBoundCLPushStepBase();
|
|
46 |
~CBoundCLPushStepBase();
|
|
47 |
CWapBoundCLPushService* LoadInterface();
|
|
48 |
void UnloadInterface();
|
|
49 |
protected:
|
|
50 |
CWapBoundCLPushService* iImp;
|
|
51 |
};
|
|
52 |
|
|
53 |
class CBoundCLPushStep_1 : public CBoundCLPushStepBase
|
|
54 |
{
|
|
55 |
public:
|
|
56 |
CBoundCLPushStep_1();
|
|
57 |
~CBoundCLPushStep_1();
|
|
58 |
virtual TVerdict doTestStepL();
|
|
59 |
private:
|
|
60 |
};
|
|
61 |
|
|
62 |
class CBoundCLPushStep_2 : public CBoundCLPushStepBase
|
|
63 |
{
|
|
64 |
public:
|
|
65 |
CBoundCLPushStep_2();
|
|
66 |
~CBoundCLPushStep_2();
|
|
67 |
virtual TVerdict doTestStepL();
|
|
68 |
virtual TInt CallStateMachine();
|
|
69 |
private:
|
|
70 |
};
|
|
71 |
|
|
72 |
class CBoundCLPushStep_3 : public CBoundCLPushStepBase
|
|
73 |
{
|
|
74 |
public:
|
|
75 |
CBoundCLPushStep_3();
|
|
76 |
~CBoundCLPushStep_3();
|
|
77 |
virtual TVerdict doTestStepL();
|
|
78 |
virtual TInt CallStateMachine();
|
|
79 |
private:
|
|
80 |
};
|
|
81 |
|
|
82 |
class CBoundCLPushStep_4 : public CBoundCLPushStepBase
|
|
83 |
{
|
|
84 |
public:
|
|
85 |
CBoundCLPushStep_4();
|
|
86 |
~CBoundCLPushStep_4();
|
|
87 |
virtual TVerdict doTestStepL();
|
|
88 |
virtual TInt CallStateMachine();
|
|
89 |
private:
|
|
90 |
};
|
|
91 |
|
|
92 |
class CBoundCLPushStep_5 : public CBoundCLPushStepBase
|
|
93 |
{
|
|
94 |
public:
|
|
95 |
CBoundCLPushStep_5();
|
|
96 |
~CBoundCLPushStep_5();
|
|
97 |
virtual TVerdict doTestStepL();
|
|
98 |
virtual TInt CallStateMachine();
|
|
99 |
private:
|
|
100 |
};
|
|
101 |
|
|
102 |
class CBoundCLPushStep_6 : public CBoundCLPushStepBase
|
|
103 |
{
|
|
104 |
public:
|
|
105 |
CBoundCLPushStep_6();
|
|
106 |
~CBoundCLPushStep_6();
|
|
107 |
virtual TVerdict doTestStepL();
|
|
108 |
virtual TInt CallStateMachine();
|
|
109 |
private:
|
|
110 |
};
|
|
111 |
|
|
112 |
class CBoundCLPushStep_7 : public CBoundCLPushStepBase
|
|
113 |
{
|
|
114 |
public:
|
|
115 |
CBoundCLPushStep_7();
|
|
116 |
~CBoundCLPushStep_7();
|
|
117 |
virtual TVerdict doTestStepL();
|
|
118 |
virtual TInt CallStateMachine();
|
|
119 |
private:
|
|
120 |
};
|
|
121 |
|
|
122 |
class CBoundCLPushStep_8 : public CBoundCLPushStepBase
|
|
123 |
{
|
|
124 |
public:
|
|
125 |
CBoundCLPushStep_8();
|
|
126 |
~CBoundCLPushStep_8();
|
|
127 |
virtual TVerdict doTestStepL();
|
|
128 |
virtual TInt CallStateMachine();
|
|
129 |
private:
|
|
130 |
};
|
|
131 |
|
|
132 |
class CBoundCLPushStep_9 : public CBoundCLPushStepBase
|
|
133 |
{
|
|
134 |
public:
|
|
135 |
CBoundCLPushStep_9();
|
|
136 |
~CBoundCLPushStep_9();
|
|
137 |
virtual TVerdict doTestStepL();
|
|
138 |
virtual TInt CallStateMachine();
|
|
139 |
private:
|
|
140 |
};
|
|
141 |
|
|
142 |
|
|
143 |
#endif
|