os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth01/TSU_MmTsth01.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth01/TSU_MmTsth01.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,96 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// This file contains definitions of the test step classes for TSU_MMTSTH01
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +#ifndef __TSU_MMTSTH01_H__
    1.22 +#define __TSU_MMTSTH01_H__
    1.23 +
    1.24 +#include "TSU_MmTsthStep01.h"
    1.25 + 
    1.26 +// Parseline : MM-TSTH-U-0101
    1.27 +
    1.28 +class RTestMmTsthU0101 : public RTSUMmTsthStep01
    1.29 +	{
    1.30 +public:
    1.31 +	static RTestMmTsthU0101* NewL();
    1.32 +	RTestMmTsthU0101();
    1.33 +	virtual TVerdict OpenL();
    1.34 +	virtual void Close();
    1.35 +	virtual TVerdict DoTestStepL();
    1.36 +	};
    1.37 +
    1.38 +// Parseline : MM-TSTH-U-0102
    1.39 +
    1.40 +class RTestMmTsthU0102 : public RTSUMmTsthStep01
    1.41 +	{
    1.42 +public:
    1.43 +	static RTestMmTsthU0102* NewL();
    1.44 +	RTestMmTsthU0102();
    1.45 +	virtual TVerdict DoTestStepL();
    1.46 +	};
    1.47 +
    1.48 +// Parseline : MM-TSTH-U-0103
    1.49 +
    1.50 +class RTestMmTsthU0103 : public RTSUMmTsthStep01
    1.51 +	{
    1.52 +public:
    1.53 +	static RTestMmTsthU0103* NewL();
    1.54 +	RTestMmTsthU0103();
    1.55 +	virtual TVerdict DoTestStepL();
    1.56 +	};
    1.57 +
    1.58 +// Parseline : MM-TSTH-U-0104
    1.59 +
    1.60 +class RTestMmTsthU0104 : public RTSUMmTsthStep01
    1.61 +	{
    1.62 +public:
    1.63 +	static RTestMmTsthU0104* NewL();
    1.64 +	RTestMmTsthU0104();
    1.65 +	virtual TVerdict DoTestStepL();
    1.66 +	};
    1.67 +
    1.68 +// Parseline : MM-TSTH-U-0111
    1.69 +
    1.70 +class RTestMmTsthU0111 : public RTSUMmTsthStep01
    1.71 +	{
    1.72 +public:
    1.73 +	static RTestMmTsthU0111* NewL();
    1.74 +	RTestMmTsthU0111();
    1.75 +	virtual TVerdict DoTestStepL();
    1.76 +	};
    1.77 +
    1.78 +
    1.79 +// Dummy test steps
    1.80 +
    1.81 +class RTestStepDummy : public RTestStep
    1.82 +	{
    1.83 +public:
    1.84 +	static RTestStepDummy* NewL();
    1.85 +	RTestStepDummy();
    1.86 +	virtual TVerdict DoTestStepL();
    1.87 +	};
    1.88 +
    1.89 +// Dummy panic test step
    1.90 +
    1.91 +class RPanicTestStepDummy : public RTestStep
    1.92 +	{
    1.93 +public:
    1.94 +	static RPanicTestStepDummy* NewL();
    1.95 +	RPanicTestStepDummy();
    1.96 +	virtual TVerdict DoTestStepL();
    1.97 +	};
    1.98 +
    1.99 +#endif // __TSU_MMTSTH01_H__