1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
9 #ifndef _INTLTESTSIMPLEDATEFORMATAPI
10 #define _INTLTESTSIMPLEDATEFORMATAPI
12 #include "unicode/utypes.h"
14 #if !UCONFIG_NO_FORMATTING
19 * Test basic functionality of various API functions
21 class IntlTestSimpleDateFormatAPI
: public IntlTest
{
22 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
26 * Performs tests on many API functions, see detailed comments in source code
28 void testAPI(/* char* par */);
31 #endif /* #if !UCONFIG_NO_FORMATTING */