sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef TESTSRTREADER_H sl@0: #define TESTSRTREADER_H sl@0: sl@0: #include <testframework.h> sl@0: #include "testsrtdecoder.h" sl@0: sl@0: /* sl@0: Test GetBuffer with a valid source sl@0: MM-MMF-SUBTITLE-SRTREADER-U-0001-HP sl@0: */ sl@0: NONSHARABLE_CLASS(RTestSrtReaderStep0001) : public RTestSrtDecoderStep sl@0: { sl@0: public: sl@0: RTestSrtReaderStep0001(); sl@0: sl@0: private: sl@0: // from RTestStep; sl@0: TVerdict DoTestStepL(); sl@0: TVerdict DoTestStepPreambleL(); sl@0: TVerdict DoTestStepPostambleL(); sl@0: sl@0: private: sl@0: RFs iFsSession; sl@0: }; sl@0: sl@0: /* sl@0: Test constructor without source sl@0: MM-MMF-SUBTITLE-SRTREADER-U-0100-HP sl@0: */ sl@0: NONSHARABLE_CLASS(RTestSrtReaderStep0100) : public RTestStep sl@0: { sl@0: public: sl@0: RTestSrtReaderStep0100(); sl@0: sl@0: private: sl@0: // from RTestStep; sl@0: TVerdict DoTestStepL(); sl@0: }; sl@0: sl@0: #endif // TESTSRTREADER_H