os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth12/TSU_MmTsth12.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_MMTSTH12
    15 // 
    16 //
    17 
    18 #ifndef __TSU_MMTSTH12_H__
    19 #define __TSU_MMTSTH12_H__
    20 
    21  
    22 // TestSuite : MM-TSTH-U-1201
    23 class RTestMmTsthU1201 : public RTSUMmTsthStep12
    24 	{
    25 public:
    26 	static RTestMmTsthU1201* NewL();
    27 	RTestMmTsthU1201();
    28 	virtual TVerdict OpenL();
    29 	virtual void Close();
    30 	virtual TVerdict DoTestStepL();
    31 
    32 	};
    33 
    34 // TestSuite : MM-TSTH-U-1202
    35 class RTestMmTsthU1202 : public RTSUMmTsthStep12
    36 	{
    37 public:
    38 	static RTestMmTsthU1202* NewL();
    39 	RTestMmTsthU1202();
    40 	virtual TVerdict DoTestStepL();
    41 
    42 	};
    43 
    44 // TestSuite : MM-TSTH-U-1203
    45 class RTestMmTsthU1203 : public RTSUMmTsthStep12
    46 	{
    47 public:
    48 	static RTestMmTsthU1203* NewL();
    49 	RTestMmTsthU1203();
    50 	virtual TVerdict DoTestStepL();
    51 
    52 	};
    53 
    54 // TestSuite : MM-TSTH-U-1221
    55 class RTestMmTsthU1221 : public RTSUMmTsthStep12
    56 	{
    57 public:
    58 	static RTestMmTsthU1221* NewL();
    59 	RTestMmTsthU1221();
    60 	virtual TVerdict DoTestStepL();
    61 
    62 	};
    63 
    64 // TestSuite : MM-TSTH-U-1222
    65 class RTestMmTsthU1222 : public RTSUMmTsthStep12
    66 	{
    67 public:
    68 	static RTestMmTsthU1222* NewL();
    69 	RTestMmTsthU1222();
    70 	virtual TVerdict DoTestStepL();
    71 
    72 	};
    73 #endif // __TSU_MMTSTH12_H__