1 // Copyright (c) 2008-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 TSU_OMXIL_DUMMYCONTENTPIPE_H |
|
17 #define TSU_OMXIL_DUMMYCONTENTPIPE_H |
|
18 |
|
19 #include <testframework.h> |
|
20 |
|
21 // forward declaring |
|
22 class CTestSuite_OMXIL_DummyContentPipe; |
|
23 |
|
24 class CTestStep_OMXIL_DummyContentPipe: public CTestStep |
|
25 { |
|
26 public: |
|
27 CTestStep_OMXIL_DummyContentPipe(); |
|
28 ~CTestStep_OMXIL_DummyContentPipe(); |
|
29 static void CleanUp(TAny *aPtr); |
|
30 void SetTestSuite(const CTestSuite_OMXIL_DummyContentPipe* aTestSuite ) |
|
31 {iOMXDummyContentPipeTestSuite = aTestSuite;} |
|
32 |
|
33 virtual TVerdict DoTestStepPreambleL(); |
|
34 virtual TVerdict DoTestStepPostambleL(); |
|
35 protected: |
|
36 // pointer to suite which owns this test |
|
37 const CTestSuite_OMXIL_DummyContentPipe* iOMXDummyContentPipeTestSuite; |
|
38 }; |
|
39 |
|
40 /** |
|
41 *@class CTestStep_OMXIL_DummyContentPipe_U_0001 |
|
42 *@test Req. under test REQ8336 |
|
43 */ |
|
44 class CTestStep_OMXIL_DummyContentPipe_U_0001 : public CTestStep_OMXIL_DummyContentPipe |
|
45 { |
|
46 public: |
|
47 CTestStep_OMXIL_DummyContentPipe_U_0001() ; |
|
48 ~CTestStep_OMXIL_DummyContentPipe_U_0001(){} ; |
|
49 virtual TVerdict DoTestStepL( void ); |
|
50 }; |
|
51 |
|
52 /** |
|
53 *@class CTestStep_OMXIL_DummyContentPipe_U_0002 |
|
54 *@test Req. under test REQ8336 |
|
55 */ |
|
56 class CTestStep_OMXIL_DummyContentPipe_U_0002 : public CTestStep_OMXIL_DummyContentPipe |
|
57 { |
|
58 public: |
|
59 CTestStep_OMXIL_DummyContentPipe_U_0002() ; |
|
60 ~CTestStep_OMXIL_DummyContentPipe_U_0002(){} ; |
|
61 virtual TVerdict DoTestStepL( void ); |
|
62 }; |
|
63 |
|
64 /** |
|
65 *@class CTestStep_OMXIL_DummyContentPipe_U_0003 |
|
66 *@test Req. under test REQ8336 |
|
67 */ |
|
68 class CTestStep_OMXIL_DummyContentPipe_U_0003 : public CTestStep_OMXIL_DummyContentPipe |
|
69 { |
|
70 public: |
|
71 CTestStep_OMXIL_DummyContentPipe_U_0003() ; |
|
72 ~CTestStep_OMXIL_DummyContentPipe_U_0003(){} ; |
|
73 virtual TVerdict DoTestStepL( void ); |
|
74 }; |
|
75 |
|
76 /** |
|
77 *@class CTestStep_OMXIL_DummyContentPipe_U_0004 |
|
78 *@test Req. under test REQ8336 |
|
79 */ |
|
80 class CTestStep_OMXIL_DummyContentPipe_U_0004 : public CTestStep_OMXIL_DummyContentPipe |
|
81 { |
|
82 public: |
|
83 CTestStep_OMXIL_DummyContentPipe_U_0004() ; |
|
84 ~CTestStep_OMXIL_DummyContentPipe_U_0004(){} ; |
|
85 virtual TVerdict DoTestStepL( void ); |
|
86 }; |
|
87 |
|
88 #endif // TSU_OMXIL_DUMMYCONTENTPIPE_H |
|