mmtestenv/mmtestfwunittest/src/tsu_mmtsth00/TSU_MmTsth00.h
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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_MMTSTH00
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __TSU_MMTSTH00_H__
       
    19 #define __TSU_MMTSTH00_H__
       
    20 
       
    21  
       
    22 // TestFrameworkMain : MM-TSTH-U-0001
       
    23 
       
    24 class RTestMmTsthU0001 : public RTestStep
       
    25 	{
       
    26 public:
       
    27 	static RTestMmTsthU0001* NewL();
       
    28 	RTestMmTsthU0001();
       
    29 	virtual TVerdict OpenL();
       
    30 	virtual void Close();
       
    31 	virtual TVerdict DoTestStepL();
       
    32 
       
    33 	};
       
    34 
       
    35 #endif // __TSU_MMTSTH00_H__