]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itutil.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-2009, 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 _INTLTESTUTILITIES
14 #define _INTLTESTUTILITIES
18 class IntlTestUtilities
: public IntlTest
{
20 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
23 class ErrorCodeTest
: public IntlTest
{
25 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
28 void TestIcuTestErrorCode();