telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsysecurityfunegative.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 CCTSYSECURITYFUNEGATIVE_H |
|
29 #define CCTSYSECURITYFUNEGATIVE_H |
|
30 |
|
31 #include <test/tefunit.h> |
|
32 |
|
33 #include <etelmm.h> |
|
34 #include <etelmmcs.h> |
|
35 |
|
36 #include "cctsycomponenttestbase.h" |
|
37 |
|
38 class CCTsySecurityFUNegative : 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 void TestUnit0002L(); |
|
48 void TestUnit0003L(); |
|
49 void TestUnit0004L(); |
|
50 |
|
51 void TestUnit0006L(); |
|
52 |
|
53 void TestUnit0008L(); |
|
54 void TestUnit0009L(); |
|
55 void TestUnit0010L(); |
|
56 void TestUnit0011L(); |
|
57 void TestUnit0012L(); |
|
58 |
|
59 private: |
|
60 }; // class CCTsySecurityFUNegative |
|
61 |
|
62 #endif // CCTSYSECURITYFUNEGATIVE_H |
|
63 |