Update contrib.
1 // Copyright (c) 2008-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef TESTSRTDECODERLANGUAGEFUNCS_H
17 #define TESTSRTDECODERLANGUAGEFUNCS_H
19 #include <testframework.h>
20 #include "testsrtdecoder.h"
23 class CSrtSubtitleDecoder;
26 Test language functions
27 MM-MMF-SUBTITLE-SRTDECODER-U-0100-HP
29 NONSHARABLE_CLASS (RTestSrtDecoderStep0100) : public RTestSrtDecoderStep
32 RTestSrtDecoderStep0100();
36 TVerdict DoTestStepL();
37 TVerdict DoTestStepPreambleL();
38 TVerdict DoTestStepPostambleL();
40 TVerdict TestSubtitleLanguage();
41 TVerdict TestSetSubtitleLanguage();
42 TVerdict TestGetSupportedSubtitleLanguages();
45 #endif // TESTSRTDECODERLANGUAGEFUNCS_H