os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth10/TSU_MmTsth10.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_MMTSTH10
    15 // 
    16 //
    17 
    18 #ifndef __TSU_MMTSTH10_H__
    19 #define __TSU_MMTSTH10_H__
    20 
    21  
    22 // Log : MM-TSTH-U-1001
    23 
    24 class RTestMmTsthU1001 : public RTestStep
    25 	{
    26 public:
    27 	static RTestMmTsthU1001* NewL();
    28 	RTestMmTsthU1001();
    29 	virtual TVerdict DoTestStepL();
    30 
    31 	};
    32 
    33 // Log : MM-TSTH-U-1011
    34 
    35 class RTestMmTsthU1011 : public RTestStep
    36 	{
    37 public:
    38 	static RTestMmTsthU1011* NewL();
    39 	RTestMmTsthU1011();
    40 	virtual TVerdict DoTestStepL();
    41 
    42 	};
    43 
    44 // Log : MM-TSTH-U-1012
    45 
    46 class RTestMmTsthU1012 : public RTestStep
    47 	{
    48 public:
    49 	static RTestMmTsthU1012* NewL();
    50 	RTestMmTsthU1012();
    51 	virtual TVerdict DoTestStepL();
    52 
    53 	};
    54 
    55 // Log : MM-TSTH-U-1013
    56 
    57 class RTestMmTsthU1013 : public RTestStep
    58 	{
    59 public:
    60 	static RTestMmTsthU1013* NewL();
    61 	RTestMmTsthU1013();
    62 	virtual TVerdict DoTestStepL();
    63 
    64 	};
    65 
    66 #endif // __TSU_MMTSTH10_H__