commsconfig/commsdatabaseshim/ts_commdb/step_001_01.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2001-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 // step_001_01.cpp
       
    15 // This is the header file for CommDb test 001.01
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #if (!defined __STEP_001_01_H__)
       
    21 #define __STEP_001_01_H__
       
    22 
       
    23 NONSHARABLE_CLASS(CCommDbTest001_01) : public CTestStepCommDb
       
    24 {
       
    25 public:
       
    26 	CCommDbTest001_01();
       
    27 	~CCommDbTest001_01();
       
    28 
       
    29 	virtual enum TVerdict doTestStepL( void );
       
    30 	TInt executeStepL();
       
    31 	virtual enum TVerdict doTestStepPreambleL();
       
    32 
       
    33 };
       
    34 
       
    35 NONSHARABLE_CLASS(CCommDbTest001_03) : public CTestStepCommDb
       
    36 {
       
    37 public:
       
    38 	CCommDbTest001_03();
       
    39 	~CCommDbTest001_03();
       
    40 
       
    41 	virtual enum TVerdict doTestStepL( void );
       
    42 	TInt executeStepL();
       
    43 
       
    44 };
       
    45 
       
    46 NONSHARABLE_CLASS(CCommDbTest001_04) : public CTestStepCommDb
       
    47 {
       
    48 public:
       
    49 	CCommDbTest001_04();
       
    50 	~CCommDbTest001_04();
       
    51 
       
    52 	virtual enum TVerdict doTestStepPreambleL();
       
    53 	virtual enum TVerdict doTestStepL( void );
       
    54 	TInt executeStepL();
       
    55 
       
    56 };
       
    57 
       
    58 NONSHARABLE_CLASS(CCommDbTest001_05) : public CTestStepCommDb
       
    59 {
       
    60 public:
       
    61 	CCommDbTest001_05();
       
    62 	~CCommDbTest001_05();
       
    63 
       
    64 	virtual enum TVerdict doTestStepL( void );
       
    65 	TInt executeStepL();
       
    66 	virtual enum TVerdict doTestStepPreambleL();
       
    67 
       
    68 };
       
    69 
       
    70 NONSHARABLE_CLASS(CCommDbTest001_07) : public CTestStepCommDb
       
    71 {
       
    72 public:
       
    73 	CCommDbTest001_07();
       
    74 	~CCommDbTest001_07();
       
    75 
       
    76 	virtual enum TVerdict doTestStepL( void );
       
    77 	TInt executeStepL();
       
    78 
       
    79 };
       
    80 
       
    81 NONSHARABLE_CLASS(CCommDbTest001_08) : public CTestStepCommDb
       
    82 {
       
    83 public:
       
    84 	CCommDbTest001_08();
       
    85 	~CCommDbTest001_08();
       
    86 
       
    87 	virtual enum TVerdict doTestStepL( void );
       
    88 	TInt executeStepL();
       
    89 
       
    90 };
       
    91 
       
    92 NONSHARABLE_CLASS(CCommDbTest001_09) : public CTestStepCommDb
       
    93 {
       
    94 public:
       
    95 	CCommDbTest001_09();
       
    96 	~CCommDbTest001_09();
       
    97 
       
    98 	virtual enum TVerdict doTestStepL( void );
       
    99 	TInt executeStepL();
       
   100 
       
   101 };
       
   102 
       
   103 NONSHARABLE_CLASS(CCommDbTest001_10) : public CTestStepCommDb
       
   104 {
       
   105 public:
       
   106 	CCommDbTest001_10();
       
   107 	~CCommDbTest001_10();
       
   108 
       
   109 	virtual enum TVerdict doTestStepL( void );
       
   110 
       
   111 };
       
   112 
       
   113 #endif //(__STEP_001_01_H__)