telephonyserverplugins/common_tsy/test/component/inc/cctsyphonesecurityfu.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-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 // The TEFUnit header file which tests the PhoneSecurity
       
    15 // functional unit of the Common TSY.
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef CCTSYPHONESECURITYFU_H
       
    20 #define CCTSYPHONESECURITYFU_H
       
    21 
       
    22 #include <test/tefunit.h>
       
    23 
       
    24 #include <etelmm.h>
       
    25 #include <etelmmcs.h>
       
    26 
       
    27 #include "cctsycomponenttestbase.h"
       
    28 
       
    29 
       
    30 class CCTsyPhoneSecurityFU : public CCtsyComponentTestBase
       
    31 	{
       
    32 public:
       
    33 	// Create a suite of all the tests
       
    34 	static CTestSuite* CreateSuiteL(const TDesC& aName);
       
    35 
       
    36 public:
       
    37 	// Individual test steps
       
    38 
       
    39 	void TestGetLockInfo0001L();
       
    40 	void TestGetLockInfo0002L();
       
    41 	void TestGetLockInfo0003L();
       
    42 	void TestGetLockInfo0005L();
       
    43 	void TestClearBlacklist0001L();
       
    44 	void TestSetLockSetting0001L();
       
    45 	void TestSetLockSetting0002L();
       
    46 	void TestSetLockSetting0004L();
       
    47 	void TestSetLockSetting0005L();
       
    48 	void TestSetLockSetting0006L();
       
    49 	void TestGetSecurityCaps0001L();
       
    50 	void TestAbortSecurityCode0001L();
       
    51 	void TestAbortSecurityCode0005L();
       
    52 	void TestAbortSecurityCode0006L();
       
    53 	void TestAbortSecurityCode0007L();
       
    54 	void TestChangeSecurityCode0001L();
       
    55 	void TestChangeSecurityCode0002L();
       
    56 	void TestChangeSecurityCode0004L();
       
    57 	void TestChangeSecurityCode0005L();
       
    58 	void TestVerifySecurityCode0001L();
       
    59 	void TestVerifySecurityCode0002L();
       
    60 	void TestVerifySecurityCode0004L();
       
    61 	void TestVerifySecurityCode0005L();
       
    62 	void TestVerifySecurityCode0006L();
       
    63 	void TestVerifySecurityCode0007L();
       
    64 	void TestVerifySecurityCode0008L();
       
    65 	void TestVerifySecurityCode0009L();
       
    66 	void TestVerifySecurityCode0010L();
       
    67 	void TestVerifySecurityCode0011L();
       
    68 	void TestVerifySecurityCode0012L();
       
    69 	void TestVerifySecurityCode0013L();
       
    70 	void TestVerifySecurityCode0014L();
       
    71 	void TestNotifySecurityEvent0001L();
       
    72 	void TestNotifySecurityEvent0002L();
       
    73 	void TestNotifySecurityEvent0004L();
       
    74 	void TestNotifySecurityEvent0006L();
       
    75 	void TestNotifySecurityEvent0007L();
       
    76 	void TestNotifySecurityEvent0008L();
       
    77 	void TestNotifySecurityEvent0009L();
       
    78 	void TestNotifySecurityEvent0010L();
       
    79 	void TestNotifyLockInfoChange0001L();
       
    80 	void TestNotifyLockInfoChange0002L();
       
    81 	void TestNotifyLockInfoChange0003L();
       
    82 	void TestNotifyLockInfoChange0004L();
       
    83 	void TestGetSecurityCodeInfo0001L();
       
    84 	void TestGetSecurityCodeInfo0002L();
       
    85 	void TestGetSecurityCodeInfo0003L();
       
    86 	void TestGetSecurityCodeInfo0004L();
       
    87 	void TestGetSecurityCodeInfo0005L();
       
    88 	void TestGetSecurityCodeInfo0006L();
       
    89 	void TestGetSecurityCodeInfo0007L();
       
    90 	void TestNotifySecurityCodeInfoChange0001L();
       
    91 	void TestNotifySecurityCodeInfoChange0002L();
       
    92 	void TestNotifySecurityCodeInfoChange0003L();
       
    93 	void TestNotifySecurityCodeInfoChange0004L();
       
    94 	void TestNotifySecurityCapsChange0001L();
       
    95 	void TestNotifySecurityCapsChange0002L();
       
    96 	void TestNotifySecurityCapsChange0004L();
       
    97 
       
    98 
       
    99 private:
       
   100 
       
   101 
       
   102 	}; // class CCTsyPhoneSecurityFU
       
   103 
       
   104 #endif // CCTSYPHONESECURITYFU_H
       
   105