]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itformat.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
8 * MajorTestLevel is the top level test class for everything in the directory "IntlWork".
11 #ifndef _INTLTESTFORMAT
12 #define _INTLTESTFORMAT
14 #include "unicode/utypes.h"
16 #if !UCONFIG_NO_FORMATTING
21 class IntlTestFormat
: public IntlTest
{
22 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
25 #endif /* #if !UCONFIG_NO_FORMATTING */