diff -r 000000000000 -r bde4ae8d615e os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth13/TSU_MmTsth13.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/mmtestenv/mmtestfwunittest/src/tsu_mmtsth13/TSU_MmTsth13.h Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,104 @@ +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// This file contains definitions of the test step classes for TSU_MMTSTH13 +// +// + +#ifndef __TSU_MMTSTH13_H__ +#define __TSU_MMTSTH13_H__ + + +// TestUtils : MM-TSTH-U-1301 +class RTestMmTsthU1301 : public RTSUMmTsthStep13 + { +public: + static RTestMmTsthU1301* NewL(); + RTestMmTsthU1301(); + virtual TVerdict OpenL(); + virtual void Close(); + virtual TVerdict DoTestStepL(); + + }; + +// TestUtils : MM-TSTH-U-1302 +class RTestMmTsthU1302 : public RTSUMmTsthStep13 + { +public: + static RTestMmTsthU1302* NewL(); + RTestMmTsthU1302(); + virtual TVerdict OpenL(); + virtual void Close(); + virtual TVerdict DoTestStepL(); + + }; + +// TestUtils : MM-TSTH-U-1303 +class RTestMmTsthU1303 : public RTSUMmTsthStep13 + { +public: + static RTestMmTsthU1303* NewL(); + RTestMmTsthU1303(); + virtual TVerdict OpenL(); + virtual void Close(); + virtual TVerdict DoTestStepL(); + + }; + +// TestUtils : MM-TSTH-U-1304 +class RTestMmTsthU1304 : public RTSUMmTsthStep13 + { +public: + static RTestMmTsthU1304* NewL(); + RTestMmTsthU1304(); + virtual TVerdict OpenL(); + virtual void Close(); + virtual TVerdict DoTestStepL(); + + }; + +// TestUtils : MM-TSTH-U-1305 +class RTestMmTsthU1305 : public RTSUMmTsthStep13 + { +public: + static RTestMmTsthU1305* NewL(); + RTestMmTsthU1305(); + virtual TVerdict OpenL(); + virtual void Close(); + virtual TVerdict DoTestStepL(); + + }; + +// TestUtils : MM-TSTH-U-1306 +class RTestMmTsthU1306 : public RTSUMmTsthStep13 + { +public: + static RTestMmTsthU1306* NewL(); + RTestMmTsthU1306(); + virtual TVerdict OpenL(); + virtual void Close(); + virtual TVerdict DoTestStepL(); + + }; + +// TestUtils : MM-TSTH-U-1311 +class RTestMmTsthU1311 : public RTSUMmTsthStep13 + { +public: + static RTestMmTsthU1311* NewL(); + RTestMmTsthU1311(); + virtual TVerdict DoTestStepL(); + + }; + +#endif // __TSU_MMTSTH13_H__