1 /******************************************************************** 2 * COPYRIGHT: 3 * Copyright (c) 1997-2001, International Business Machines Corporation and 4 * others. All Rights Reserved. 5 ********************************************************************/ 6 7 /** 8 * MajorTestLevel is the top level test class for everything in the directory "IntlWork". 9 */ 10 11 #ifndef _INTLTESTUTILITIES 12 #define _INTLTESTUTILITIES 13 14 15 #include "intltest.h" 16 17 18 class IntlTestUtilities: public IntlTest { 19 public: 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 21 }; 22 23 24 #endif 25