]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/intltest/itutil.h
ICU-6.2.22.tar.gz
[apple/icu.git] / icuSources / test / intltest / itutil.h
CommitLineData
b75a7d8f
A
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
18class IntlTestUtilities: public IntlTest {
19public:
20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
21};
22
23
24#endif