1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
7 #ifndef _INTLTESTDATEFORMATSYMBOLS
8 #define _INTLTESTDATEFORMATSYMBOLS
10 #include "unicode/utypes.h"
12 #if !UCONFIG_NO_FORMATTING
17 * Tests for DateFormatSymbols
19 class IntlTestDateFormatSymbols
: public IntlTest
{
20 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
24 * Test the API of DateFormatSymbols; primarily a simple get/set set.
26 void testSymbols(/* char *par */);
30 void TestGetMonths(void);
33 #endif /* #if !UCONFIG_NO_FORMATTING */