| 0 |      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_MMTSTH03
 | 
|  |     15 | // 
 | 
|  |     16 | //
 | 
|  |     17 | 
 | 
|  |     18 | #ifndef __TSU_MMTSTH03_H__
 | 
|  |     19 | #define __TSU_MMTSTH03_H__
 | 
|  |     20 | 
 | 
|  |     21 |  
 | 
|  |     22 | // FileName : MM-TSTH-U-0301
 | 
|  |     23 | class RTestMmTsthU0301 : public RTSUMmTsthStep03
 | 
|  |     24 | 	{
 | 
|  |     25 | public:
 | 
|  |     26 | 	static RTestMmTsthU0301* NewL();
 | 
|  |     27 | 	RTestMmTsthU0301();
 | 
|  |     28 | 	virtual TVerdict OpenL();
 | 
|  |     29 | 	virtual void Close();
 | 
|  |     30 | 	virtual TVerdict DoTestStepL();
 | 
|  |     31 | 
 | 
|  |     32 | 	};
 | 
|  |     33 | 
 | 
|  |     34 | // FileName : MM-TSTH-U-0302
 | 
|  |     35 | class RTestMmTsthU0302 : public RTSUMmTsthStep03
 | 
|  |     36 | 	{
 | 
|  |     37 | public:
 | 
|  |     38 | 	static RTestMmTsthU0302* NewL();
 | 
|  |     39 | 	RTestMmTsthU0302();
 | 
|  |     40 | 	virtual TVerdict DoTestStepL();
 | 
|  |     41 | 
 | 
|  |     42 | 	};
 | 
|  |     43 | 
 | 
|  |     44 | // FileName : MM-TSTH-U-0303
 | 
|  |     45 | class RTestMmTsthU0303 : public RTSUMmTsthStep03
 | 
|  |     46 | 	{
 | 
|  |     47 | public:
 | 
|  |     48 | 	static RTestMmTsthU0303* NewL();
 | 
|  |     49 | 	RTestMmTsthU0303();
 | 
|  |     50 | 	virtual TVerdict DoTestStepL();
 | 
|  |     51 | 
 | 
|  |     52 | 	};
 | 
|  |     53 | 
 | 
|  |     54 | // FileName : MM-TSTH-U-0304
 | 
|  |     55 | class RTestMmTsthU0304 : public RTSUMmTsthStep03
 | 
|  |     56 | 	{
 | 
|  |     57 | public:
 | 
|  |     58 | 	static RTestMmTsthU0304* NewL();
 | 
|  |     59 | 	RTestMmTsthU0304();
 | 
|  |     60 | 	virtual TVerdict DoTestStepL();
 | 
|  |     61 | 
 | 
|  |     62 | 	};
 | 
|  |     63 | 
 | 
|  |     64 | // FileName : MM-TSTH-U-0305
 | 
|  |     65 | class RTestMmTsthU0305 : public RTSUMmTsthStep03
 | 
|  |     66 | 	{
 | 
|  |     67 | public:
 | 
|  |     68 | 	static RTestMmTsthU0305* NewL();
 | 
|  |     69 | 	RTestMmTsthU0305();
 | 
|  |     70 | 	virtual TVerdict DoTestStepL();
 | 
|  |     71 | 
 | 
|  |     72 | 	};
 | 
|  |     73 | 
 | 
|  |     74 | // FileName : MM-TSTH-U-0311
 | 
|  |     75 | class RTestMmTsthU0311 : public RTSUMmTsthStep03
 | 
|  |     76 | 	{
 | 
|  |     77 | public:
 | 
|  |     78 | 	static RTestMmTsthU0311* NewL();
 | 
|  |     79 | 	RTestMmTsthU0311();
 | 
|  |     80 | 	virtual TVerdict DoTestStepL();
 | 
|  |     81 | 
 | 
|  |     82 | 	};
 | 
|  |     83 | 
 | 
|  |     84 | #endif //__TSU_MMTSTH02_H__
 |