1 /********************************************************************
3 * Copyright (c) 1997-2016 International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
7 #ifndef _INTLTESTDATETIMEPATTERNGENERATORAPI
8 #define _INTLTESTDATETIMEPATTERNGENERATORAPI
10 #include "unicode/utypes.h"
12 #if !UCONFIG_NO_FORMATTING
17 * Test basic functionality of various API functions
19 class IntlTestDateTimePatternGeneratorAPI
: 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 */);
27 void testOptions(/* char* par */);
28 void testAllFieldPatterns(/* char* par */);
29 void testStaticGetSkeleton(/* char* par */);
33 #endif /* #if !UCONFIG_NO_FORMATTING */