]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
b75a7d8f A |
3 | /******************************************************************** |
4 | * COPYRIGHT: | |
5 | * Copyright (c) 1997-2001, International Business Machines Corporation and | |
6 | * others. All Rights Reserved. | |
7 | ********************************************************************/ | |
8 | ||
9 | /** | |
10 | * MajorTestLevel is the top level test class for everything in the directory "IntlWork". | |
11 | */ | |
12 | ||
13 | #ifndef _INTLTESTMAJOR | |
14 | #define _INTLTESTMAJOR | |
15 | ||
16 | ||
17 | #include "intltest.h" | |
18 | ||
19 | ||
20 | class MajorTestLevel: public IntlTest { | |
21 | void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); | |
22 | }; | |
23 | ||
24 | class IntlTestNormalize: public IntlTest { | |
25 | void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); | |
26 | }; | |
27 | ||
28 | #endif |