pimprotocols/phonebooksync/Test/TE_PhBkSync/TestDeleteContactSteps.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2002-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 // This is the header file for Phone book synchronisation 
       
    15 // "DeleteContact" test group scenarios 
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #ifndef __TESTDELETECONTACTSTEPS_H__
       
    25 #define __TESTDELETECONTACTSTEPS_H__
       
    26 
       
    27 #include "TE_PhBkSyncBase.h" 
       
    28 
       
    29 //
       
    30 //    Test step1 -- Test#73 in Unit Test Spec. Doc.  //
       
    31 //
       
    32 class CPhbkSyncDeleteContactTest_01 : public CTestStepPhbkSync
       
    33 	{
       
    34 public:
       
    35 	CPhbkSyncDeleteContactTest_01();
       
    36 	~CPhbkSyncDeleteContactTest_01();
       
    37 
       
    38 	virtual enum TVerdict doTestStepL(void);
       
    39 	};
       
    40 
       
    41 //
       
    42 //    Test step2 -- Test#74 in Unit Test Spec. Doc.  //
       
    43 //
       
    44 class CPhbkSyncDeleteContactTest_02 : public CTestStepPhbkSync
       
    45 	{
       
    46 public:
       
    47 	CPhbkSyncDeleteContactTest_02();
       
    48 	~CPhbkSyncDeleteContactTest_02();
       
    49 
       
    50 	virtual enum TVerdict doTestStepL(void);
       
    51 	};
       
    52 
       
    53 //
       
    54 //    Test step3 -- Test#75 in Unit Test Spec. Doc.  //
       
    55 //
       
    56 class CPhbkSyncDeleteContactTest_03 : public CTestStepPhbkSync
       
    57 	{
       
    58 public:
       
    59 	CPhbkSyncDeleteContactTest_03();
       
    60 	~CPhbkSyncDeleteContactTest_03();
       
    61 
       
    62 	virtual enum TVerdict doTestStepL(void);
       
    63 	};
       
    64 
       
    65 //
       
    66 //    Test step4 -- Test#76 in Unit Test Spec. Doc.  //
       
    67 //
       
    68 class CPhbkSyncDeleteContactTest_04 : public CTestStepPhbkSync
       
    69 	{
       
    70 public:
       
    71 	CPhbkSyncDeleteContactTest_04();
       
    72 	~CPhbkSyncDeleteContactTest_04();
       
    73 
       
    74 	virtual enum TVerdict doTestStepL(void);
       
    75 	};
       
    76 
       
    77 //
       
    78 //    Test step5 -- Test#77 in Unit Test Spec. Doc.  //
       
    79 //
       
    80 class CPhbkSyncDeleteContactTest_05 : public CTestStepPhbkSync
       
    81 	{
       
    82 public:
       
    83 	CPhbkSyncDeleteContactTest_05();
       
    84 	~CPhbkSyncDeleteContactTest_05();
       
    85 
       
    86 	virtual enum TVerdict doTestStepL(void);
       
    87 	};
       
    88 
       
    89 //
       
    90 //    Test step6 -- Test#78 in Unit Test Spec. Doc.  //
       
    91 //
       
    92 class CPhbkSyncDeleteContactTest_06 : public CTestStepPhbkSync
       
    93 	{
       
    94 public:
       
    95 	CPhbkSyncDeleteContactTest_06();
       
    96 	~CPhbkSyncDeleteContactTest_06();
       
    97 
       
    98 	virtual enum TVerdict doTestStepL(void);
       
    99 	};
       
   100 
       
   101 //
       
   102 //    Test step7 -- Test#79 in Unit Test Spec. Doc.  //
       
   103 //
       
   104 class CPhbkSyncDeleteContactTest_07 : public CTestStepPhbkSync
       
   105 	{
       
   106 public:
       
   107 	CPhbkSyncDeleteContactTest_07();
       
   108 	~CPhbkSyncDeleteContactTest_07();
       
   109 
       
   110 	virtual enum TVerdict doTestStepL(void);
       
   111 	};
       
   112 
       
   113 #endif /* __TESTDELETECONTACTSTEPS_H__ */