]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itutil.cpp
1 /********************************************************************
3 * Copyright (c) 1997-2008, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
9 * IntlTestUtilities is the medium level test class for everything in the directory "utility".
12 #include "unicode/utypes.h"
31 #define CASE(id, test) case id: \
34 logln(#test "---"); logln(); \
40 void IntlTestUtilities::runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
)
42 if (exec
) logln("TestSuite Utilities: ");
44 CASE(0, MultithreadTest
);
46 CASE(2, UnicodeStringTest
);
48 CASE(4, CharIterTest
);
50 CASE(6, ResourceBundleTest
);
51 CASE(7, NewResourceBundleTest
);
54 CASE(10, UVector32Test
);
55 CASE(11, UVectorTest
);
57 CASE(13, LocaleAliasTest
);
58 CASE(14, UnicodeSetTest
);
59 default: name
= ""; break; //needed to end loop