commsconfig/commsdatabaseshim/TE_commdb/inc/Step_061_xx.h
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 // This is the header file for CommDb test 061.XX group of scenarios 
       
    18 
       
    19 #if (!defined __STEP_061_XX_H__)
       
    20 #define __STEP_061_XX_H__
       
    21 
       
    22 
       
    23 NONSHARABLE_CLASS(CCommDbTest061_xx) : public CTestStepCommDb
       
    24 {
       
    25 protected:
       
    26 	CCommsDbTableView *OpenIspTable(CCommsDatabase* aDb, TInt &NoOfRows, TInt ExpectedCount);
       
    27 
       
    28 };
       
    29 
       
    30 ////////////////////
       
    31 //	Test step 061.01
       
    32 ////////////////////
       
    33 
       
    34 NONSHARABLE_CLASS(CCommDbTest061_01) : public CCommDbTest061_xx
       
    35 {
       
    36 public:
       
    37 	CCommDbTest061_01();
       
    38 	~CCommDbTest061_01();
       
    39 
       
    40 	virtual enum TVerdict doTestStepL( void );
       
    41 	TInt executeStepL();
       
    42 	TVerdict doTestStepPreambleL();
       
    43 };
       
    44 
       
    45 ////////////////////
       
    46 //	Test step 061.02
       
    47 ////////////////////
       
    48 
       
    49 NONSHARABLE_CLASS(CCommDbTest061_02) : public CCommDbTest061_xx
       
    50 {
       
    51 public:
       
    52 	CCommDbTest061_02();
       
    53 	~CCommDbTest061_02();
       
    54 
       
    55 	virtual enum TVerdict doTestStepL( void );
       
    56 	TInt executeStepL();
       
    57 	TVerdict doTestStepPreambleL();
       
    58 
       
    59 };
       
    60 
       
    61 ////////////////////
       
    62 //	Test step 061.03
       
    63 ////////////////////
       
    64 
       
    65 NONSHARABLE_CLASS(CCommDbTest061_03) : public CCommDbTest061_xx
       
    66 {
       
    67 public:
       
    68 	CCommDbTest061_03();
       
    69 	~CCommDbTest061_03();
       
    70 
       
    71 	virtual enum TVerdict doTestStepL( void );
       
    72 	TInt executeStepL();
       
    73 	TVerdict doTestStepPreambleL();
       
    74 
       
    75 };
       
    76 
       
    77 ////////////////////
       
    78 //	Test step 061.04
       
    79 ////////////////////
       
    80 
       
    81 NONSHARABLE_CLASS(CCommDbTest061_04) : public CCommDbTest061_xx
       
    82 {
       
    83 public:
       
    84 	CCommDbTest061_04();
       
    85 	~CCommDbTest061_04();
       
    86 
       
    87 	virtual enum TVerdict doTestStepL( void );
       
    88 	TInt executeStepL();
       
    89 	TVerdict doTestStepPreambleL();
       
    90 
       
    91 };
       
    92 
       
    93 
       
    94 #endif //__STEP_061_XX_H__