author | Oscar Gonzalez <oscar.1.gonzalez@nokia.com> |
Thu, 06 May 2010 15:10:38 +0100 | |
branch | opencode |
changeset 24 | 6638e7f4bd8f |
parent 0 | 3553901f7fa8 |
permissions | -rw-r--r-- |
24 | 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 CCTSYUCASEMBMS005_H |
|
23 |
#define CCTSYUCASEMBMS005_H |
|
24 |
||
25 |
#include <test/tefunit.h> |
|
26 |
||
27 |
#include <etelmm.h> |
|
28 |
#include <etelmmcs.h> |
|
29 |
||
30 |
#include "cctsycomponenttestbase.h" |
|
31 |
||
32 |
class CCTsyUCaseMbms005 : 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 |
private: |
|
44 |
||
45 |
}; // class cctsyucasembms005 |
|
46 |
||
0
3553901f7fa8
Revision: 201005
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
47 |
#endif // CCTSYUCASEMBMS005_H |