os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth11/TSU_MmTsth11.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 file contains definitions of the test step classes for TSU_MMTSTH11
    15 // 
    16 //
    17 
    18 #ifndef __TSU_MMTSTH11_H__
    19 #define __TSU_MMTSTH11_H__
    20 
    21  
    22 // TestStep : MM-TSTH-U-1101
    23 class RTestMmTsthU1101 : public RTSUMmTsthStep11
    24 	{
    25 public:
    26 	static RTestMmTsthU1101* NewL();
    27 	RTestMmTsthU1101();
    28 	virtual TVerdict OpenL();
    29 	virtual void Close();
    30 	virtual TVerdict DoTestStepL();
    31 
    32 	};
    33 
    34 // TestStep : MM-TSTH-U-1102
    35 class RTestMmTsthU1102 : public RTSUMmTsthStep11
    36 	{
    37 public:
    38 	static RTestMmTsthU1102* NewL();
    39 	RTestMmTsthU1102();
    40 	virtual TVerdict DoTestStepL();
    41 
    42 	};
    43 
    44 // TestStep : MM-TSTH-U-1103
    45 class RTestMmTsthU1103 : public RTSUMmTsthStep11
    46 	{
    47 public:
    48 	static RTestMmTsthU1103* NewL();
    49 	RTestMmTsthU1103();
    50 	virtual TVerdict DoTestStepL();
    51 
    52 	};
    53 
    54 // TestStep : MM-TSTH-U-1104
    55 class RTestMmTsthU1104 : public RTSUMmTsthStep11
    56 	{
    57 public:
    58 	static RTestMmTsthU1104* NewL();
    59 	RTestMmTsthU1104();
    60 	virtual TVerdict DoTestStepL();
    61 
    62 	};
    63 
    64 // TestStep : MM-TSTH-U-1105
    65 class RTestMmTsthU1105 : public RTSUMmTsthStep11
    66 	{
    67 public:
    68 	static RTestMmTsthU1105* NewL();
    69 	RTestMmTsthU1105();
    70 	virtual TVerdict DoTestStepL();
    71 
    72 	};
    73 
    74 // TestStep : MM-TSTH-U-1111
    75 class RTestMmTsthU1111 : public RTSUMmTsthStep11
    76 	{
    77 public:
    78 	static RTestMmTsthU1111* NewL();
    79 	RTestMmTsthU1111();
    80 	virtual TVerdict DoTestStepL();
    81 
    82 	};
    83 
    84 #endif // __TSU_MMTSTH11_H__