1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth03/TSU_MmTsth03.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,84 @@
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_MMTSTH03
1.18 +//
1.19 +//
1.20 +
1.21 +#ifndef __TSU_MMTSTH03_H__
1.22 +#define __TSU_MMTSTH03_H__
1.23 +
1.24 +
1.25 +// FileName : MM-TSTH-U-0301
1.26 +class RTestMmTsthU0301 : public RTSUMmTsthStep03
1.27 + {
1.28 +public:
1.29 + static RTestMmTsthU0301* NewL();
1.30 + RTestMmTsthU0301();
1.31 + virtual TVerdict OpenL();
1.32 + virtual void Close();
1.33 + virtual TVerdict DoTestStepL();
1.34 +
1.35 + };
1.36 +
1.37 +// FileName : MM-TSTH-U-0302
1.38 +class RTestMmTsthU0302 : public RTSUMmTsthStep03
1.39 + {
1.40 +public:
1.41 + static RTestMmTsthU0302* NewL();
1.42 + RTestMmTsthU0302();
1.43 + virtual TVerdict DoTestStepL();
1.44 +
1.45 + };
1.46 +
1.47 +// FileName : MM-TSTH-U-0303
1.48 +class RTestMmTsthU0303 : public RTSUMmTsthStep03
1.49 + {
1.50 +public:
1.51 + static RTestMmTsthU0303* NewL();
1.52 + RTestMmTsthU0303();
1.53 + virtual TVerdict DoTestStepL();
1.54 +
1.55 + };
1.56 +
1.57 +// FileName : MM-TSTH-U-0304
1.58 +class RTestMmTsthU0304 : public RTSUMmTsthStep03
1.59 + {
1.60 +public:
1.61 + static RTestMmTsthU0304* NewL();
1.62 + RTestMmTsthU0304();
1.63 + virtual TVerdict DoTestStepL();
1.64 +
1.65 + };
1.66 +
1.67 +// FileName : MM-TSTH-U-0305
1.68 +class RTestMmTsthU0305 : public RTSUMmTsthStep03
1.69 + {
1.70 +public:
1.71 + static RTestMmTsthU0305* NewL();
1.72 + RTestMmTsthU0305();
1.73 + virtual TVerdict DoTestStepL();
1.74 +
1.75 + };
1.76 +
1.77 +// FileName : MM-TSTH-U-0311
1.78 +class RTestMmTsthU0311 : public RTSUMmTsthStep03
1.79 + {
1.80 +public:
1.81 + static RTestMmTsthU0311* NewL();
1.82 + RTestMmTsthU0311();
1.83 + virtual TVerdict DoTestStepL();
1.84 +
1.85 + };
1.86 +
1.87 +#endif //__TSU_MMTSTH02_H__