blob: 67a6a02ea1c5e7acf2c8e2c18b793ceb0a0d5443 [file] [log] [blame]
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-1999, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/**
* MajorTestLevel is the top level test class for everything in the directory "IntlWork".
*/
#ifndef _INTLTESTFORMAT
#define _INTLTESTFORMAT
#include "unicode/utypes.h"
#include "intltest.h"
class IntlTestFormat: public IntlTest {
void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par = NULL );
};
#endif