mmlibs/mmfw/tsrc/mmfunittest/srtdecoder/inc/testsrtdecoderlanguagefuncs.h
changeset 0 b8ed18f6c07b
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef TESTSRTDECODERLANGUAGEFUNCS_H
       
    17 #define TESTSRTDECODERLANGUAGEFUNCS_H
       
    18 
       
    19 #include <testframework.h>
       
    20 #include "testsrtdecoder.h"
       
    21 
       
    22 class CSrtReader;
       
    23 class CSrtSubtitleDecoder;
       
    24 
       
    25 /* 
       
    26 Test language functions
       
    27 MM-MMF-SUBTITLE-SRTDECODER-U-0100-HP
       
    28 */
       
    29 NONSHARABLE_CLASS (RTestSrtDecoderStep0100) : public RTestSrtDecoderStep
       
    30 	{
       
    31 public:
       
    32 	RTestSrtDecoderStep0100();
       
    33 
       
    34 private:
       
    35 	// from RTestStep;
       
    36 	TVerdict DoTestStepL();
       
    37 	TVerdict DoTestStepPreambleL();
       
    38 	TVerdict DoTestStepPostambleL();
       
    39 
       
    40 	TVerdict TestSubtitleLanguage();
       
    41 	TVerdict TestSetSubtitleLanguage();
       
    42 	TVerdict TestGetSupportedSubtitleLanguages();
       
    43 	};
       
    44 
       
    45 #endif // TESTSRTDECODERLANGUAGEFUNCS_H