equal
deleted
inserted
replaced
|
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 // functional unit of the Common TSY. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file The TEFUnit header file which tests the MBMS |
|
20 */ |
|
21 |
|
22 #ifndef CCTSYUCASEMBMS016_H |
|
23 #define CCTSYUCASEMBMS016_H |
|
24 |
|
25 #include <test/tefunit.h> |
|
26 |
|
27 #include <etelmm.h> |
|
28 #include <etelmmcs.h> |
|
29 |
|
30 #include "cctsycomponenttestbase.h" |
|
31 |
|
32 class CCTsyUCaseMbms016 : public CCtsyComponentTestBase |
|
33 { |
|
34 |
|
35 public: |
|
36 // Create a suite of all the tests |
|
37 static CTestSuite* CreateSuiteL(const TDesC& aName); |
|
38 |
|
39 public: |
|
40 // Individual test steps |
|
41 void CCtsyIntegrationTestMbms0001L(); |
|
42 void CCtsyIntegrationTestMbms0002L(); |
|
43 void CCtsyIntegrationTestMbms0003L(); |
|
44 |
|
45 private: |
|
46 |
|
47 }; // class cctsyucasembms016 |
|
48 |
|
49 #endif // CCTSYUCASEMBMS016_H |