1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
7 #ifndef _INTLTESTSIMPLEDATEFORMATAPI
8 #define _INTLTESTSIMPLEDATEFORMATAPI
10 #include "unicode/utypes.h"
12 #if !UCONFIG_NO_FORMATTING
17 * Test basic functionality of various API functions
19 class IntlTestSimpleDateFormatAPI
: public IntlTest
{
20 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
24 * Performs tests on many API functions, see detailed comments in source code
26 void testAPI(/* char* par */);
29 #endif /* #if !UCONFIG_NO_FORMATTING */