commsconfig/commsdatabaseshim/ts_commdb/Step_042_xx.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 // This is the header file for CommDb test 042.XX group of scenarios 
       
    15 // 
       
    16 //
       
    17 
       
    18 #include<cdbover.h>
       
    19 
       
    20 #if (!defined __STEP_042_XX_H__)
       
    21 #define __STEP_042_XX_H__
       
    22 
       
    23 
       
    24 //
       
    25 //	Test step 042.01
       
    26 //
       
    27 
       
    28 NONSHARABLE_CLASS(CCommDbTest042_01) : public CTestStepCommDb
       
    29 {
       
    30 public:
       
    31 	CCommDbTest042_01();
       
    32 	~CCommDbTest042_01();
       
    33 
       
    34 	virtual enum TVerdict doTestStepL( void );
       
    35 	TInt executeStepL();
       
    36 	TVerdict doTestStepPreambleL();
       
    37 	TVerdict doTestStepPostambleL();
       
    38 };
       
    39 
       
    40 //
       
    41 //	Test step 042.02
       
    42 //
       
    43 
       
    44 NONSHARABLE_CLASS(CCommDbTest042_02) : public CTestStepCommDb
       
    45 {
       
    46 public:
       
    47 	CCommDbTest042_02();
       
    48 	~CCommDbTest042_02();
       
    49 
       
    50 	virtual enum TVerdict doTestStepL( void );
       
    51 	TInt executeStepL();
       
    52 	TVerdict doTestStepPreambleL();
       
    53 	TVerdict doTestStepPostambleL();
       
    54 };
       
    55 
       
    56 //
       
    57 //	Test step 042.03
       
    58 //
       
    59 
       
    60 NONSHARABLE_CLASS(CCommDbTest042_03) : public CTestStepCommDb
       
    61 {
       
    62 public:
       
    63 	CCommDbTest042_03();
       
    64 	~CCommDbTest042_03();
       
    65 
       
    66 	virtual enum TVerdict doTestStepL( void );
       
    67 };
       
    68 
       
    69 #endif //__STEP_042_XX_H__