~ubuntu-branches/ubuntu/quantal/icu/quantal

« back to all changes in this revision

Viewing changes to source/test/intltest/msfmrgts.h

  • Committer: Package Import Robot
  • Author(s): Yves Arrouye
  • Date: 2002-03-03 15:31:13 UTC
  • Revision ID: package-import@ubuntu.com-20020303153113-3ssceqlq45xbmbnc
Tags: upstream-2.0-2.1pre20020303
ImportĀ upstreamĀ versionĀ 2.0-2.1pre20020303

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********************************************************************
 
2
 * COPYRIGHT: 
 
3
 * Copyright (c) 1997-2001, International Business Machines Corporation and
 
4
 * others. All Rights Reserved.
 
5
 ********************************************************************/
 
6
 
 
7
#ifndef _MESSAGEFORMATREGRESSIONTEST_
 
8
#define _MESSAGEFORMATREGRESSIONTEST_
 
9
 
 
10
#include "intltest.h"
 
11
 
 
12
/** 
 
13
 * Performs regression test for MessageFormat
 
14
 **/
 
15
class MessageFormatRegressionTest: public IntlTest {    
 
16
    
 
17
    // IntlTest override
 
18
    void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
 
19
public:
 
20
 
 
21
    void Test4074764(void);
 
22
    void Test4058973(void);
 
23
    void Test4031438(void);
 
24
    void Test4052223(void);
 
25
    void Test4104976(void);
 
26
    void Test4106659(void);
 
27
    void Test4106660(void);
 
28
    void Test4111739(void);
 
29
    void Test4114743(void);
 
30
    void Test4116444(void);
 
31
    void Test4114739(void);
 
32
    void Test4113018(void);
 
33
    void Test4106661(void);
 
34
    void Test4094906(void);
 
35
    void Test4118592(void);
 
36
    void Test4118594(void);
 
37
    void Test4105380(void);
 
38
    void Test4120552(void);
 
39
    void Test4142938(void);
 
40
    void TestChoicePatternQuote(void);
 
41
    void Test4112104(void);
 
42
 
 
43
protected:
 
44
    UBool failure(UErrorCode status, const char* msg);
 
45
 
 
46
};
 
47
 
 
48
#endif // _MESSAGEFORMATREGRESSIONTEST_
 
49
//eof