os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth01/TSU_MmTsth01.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.
sl@0
     1
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// This file contains definitions of the test step classes for TSU_MMTSTH01
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
#ifndef __TSU_MMTSTH01_H__
sl@0
    19
#define __TSU_MMTSTH01_H__
sl@0
    20
sl@0
    21
#include "TSU_MmTsthStep01.h"
sl@0
    22
 
sl@0
    23
// Parseline : MM-TSTH-U-0101
sl@0
    24
sl@0
    25
class RTestMmTsthU0101 : public RTSUMmTsthStep01
sl@0
    26
	{
sl@0
    27
public:
sl@0
    28
	static RTestMmTsthU0101* NewL();
sl@0
    29
	RTestMmTsthU0101();
sl@0
    30
	virtual TVerdict OpenL();
sl@0
    31
	virtual void Close();
sl@0
    32
	virtual TVerdict DoTestStepL();
sl@0
    33
	};
sl@0
    34
sl@0
    35
// Parseline : MM-TSTH-U-0102
sl@0
    36
sl@0
    37
class RTestMmTsthU0102 : public RTSUMmTsthStep01
sl@0
    38
	{
sl@0
    39
public:
sl@0
    40
	static RTestMmTsthU0102* NewL();
sl@0
    41
	RTestMmTsthU0102();
sl@0
    42
	virtual TVerdict DoTestStepL();
sl@0
    43
	};
sl@0
    44
sl@0
    45
// Parseline : MM-TSTH-U-0103
sl@0
    46
sl@0
    47
class RTestMmTsthU0103 : public RTSUMmTsthStep01
sl@0
    48
	{
sl@0
    49
public:
sl@0
    50
	static RTestMmTsthU0103* NewL();
sl@0
    51
	RTestMmTsthU0103();
sl@0
    52
	virtual TVerdict DoTestStepL();
sl@0
    53
	};
sl@0
    54
sl@0
    55
// Parseline : MM-TSTH-U-0104
sl@0
    56
sl@0
    57
class RTestMmTsthU0104 : public RTSUMmTsthStep01
sl@0
    58
	{
sl@0
    59
public:
sl@0
    60
	static RTestMmTsthU0104* NewL();
sl@0
    61
	RTestMmTsthU0104();
sl@0
    62
	virtual TVerdict DoTestStepL();
sl@0
    63
	};
sl@0
    64
sl@0
    65
// Parseline : MM-TSTH-U-0111
sl@0
    66
sl@0
    67
class RTestMmTsthU0111 : public RTSUMmTsthStep01
sl@0
    68
	{
sl@0
    69
public:
sl@0
    70
	static RTestMmTsthU0111* NewL();
sl@0
    71
	RTestMmTsthU0111();
sl@0
    72
	virtual TVerdict DoTestStepL();
sl@0
    73
	};
sl@0
    74
sl@0
    75
sl@0
    76
// Dummy test steps
sl@0
    77
sl@0
    78
class RTestStepDummy : public RTestStep
sl@0
    79
	{
sl@0
    80
public:
sl@0
    81
	static RTestStepDummy* NewL();
sl@0
    82
	RTestStepDummy();
sl@0
    83
	virtual TVerdict DoTestStepL();
sl@0
    84
	};
sl@0
    85
sl@0
    86
// Dummy panic test step
sl@0
    87
sl@0
    88
class RPanicTestStepDummy : public RTestStep
sl@0
    89
	{
sl@0
    90
public:
sl@0
    91
	static RPanicTestStepDummy* NewL();
sl@0
    92
	RPanicTestStepDummy();
sl@0
    93
	virtual TVerdict DoTestStepL();
sl@0
    94
	};
sl@0
    95
sl@0
    96
#endif // __TSU_MMTSTH01_H__