telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonefunegative.h
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 Dispatcher. |
|
15 // |
|
16 |
|
17 |
|
18 |
|
19 /** |
|
20 @file The TEFUnit header file which tests the CallControl |
|
21 */ |
|
22 |
|
23 /** |
|
24 @file |
|
25 @internalAll |
|
26 */ |
|
27 |
|
28 #ifndef CCTSYPHONEFUNEGATIVE_H |
|
29 #define CCTSYPHONEFUNEGATIVE_H |
|
30 |
|
31 #include <test/tefunit.h> |
|
32 |
|
33 #include <etelmm.h> |
|
34 #include <etelmmcs.h> |
|
35 |
|
36 #include "cctsycomponenttestbase.h" |
|
37 |
|
38 class CCTsyPhoneFUNegative : public CCtsyComponentTestBase |
|
39 { |
|
40 public: |
|
41 // Create a suite of all the tests |
|
42 static CTestSuite* CreateSuiteL(const TDesC& aName); |
|
43 |
|
44 public: |
|
45 //'negative' unit tests |
|
46 void TestUnit0001L(); |
|
47 |
|
48 void TestUnit0007L(); |
|
49 void TestUnit0008L(); |
|
50 void TestUnit0009L(); |
|
51 void TestUnit0010L(); |
|
52 void TestUnit0011L(); |
|
53 void TestUnit0012L(); |
|
54 void TestUnit0013L(); |
|
55 void TestUnit0014L(); |
|
56 void TestUnit0015L(); |
|
57 void TestUnit0016L(); |
|
58 void TestUnit0017L(); |
|
59 void TestUnit0018L(); |
|
60 void TestUnit0019L(); |
|
61 void TestUnit0020L(); |
|
62 void TestUnit0021L(); |
|
63 void TestUnit0022L(); |
|
64 void TestUnit0023L(); |
|
65 void TestUnit0024L(); |
|
66 void TestUnit0025L(); |
|
67 void TestUnit0026L(); |
|
68 void TestUnit0027L(); |
|
69 void TestUnit0028L(); |
|
70 void TestUnit0029L(); |
|
71 void TestUnit0030L(); |
|
72 void TestUnit0031L(); |
|
73 |
|
74 private: |
|
75 }; // class CCTsyPhoneFUNegative |
|
76 |
|
77 #endif // CCTSYPHONEFUNEGATIVE_H |
|
78 |