aa0b0a88e8
X-SVN-Rev: 2
32 lines
806 B
C++
32 lines
806 B
C++
|
|
/*
|
|
********************************************************************
|
|
* COPYRIGHT:
|
|
* (C) Copyright Taligent, Inc., 1997
|
|
* (C) Copyright International Business Machines Corporation, 1997 - 1998
|
|
* Licensed Material - Program-Property of IBM - All Rights Reserved.
|
|
* US Government Users Restricted Rights - Use, duplication, or disclosure
|
|
* restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*
|
|
********************************************************************
|
|
*/
|
|
|
|
/**
|
|
* MajorTestLevel is the top level test class for everything in the directory "IntlWork".
|
|
*/
|
|
|
|
#ifndef _INTLTESTFORMAT
|
|
#define _INTLTESTFORMAT
|
|
|
|
|
|
#include "utypes.h"
|
|
#include "intltest.h"
|
|
|
|
|
|
class IntlTestFormat: public IntlTest {
|
|
void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par = NULL );
|
|
};
|
|
|
|
|
|
#endif
|