]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itmajor.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
10 * MajorTestLevel is the top level test class for everything in the directory "IntlWork".
13 #ifndef _INTLTESTMAJOR
14 #define _INTLTESTMAJOR
20 class MajorTestLevel
: public IntlTest
{
21 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
24 class IntlTestNormalize
: public IntlTest
{
25 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);