]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tzfmttst.h
2 *******************************************************************************
3 * Copyright (C) 2007-2015, International Business Machines Corporation and *
4 * others. All Rights Reserved. *
5 *******************************************************************************
8 #ifndef _TIMEZONEFORMATTEST_
9 #define _TIMEZONEFORMATTEST_
11 #include "unicode/utypes.h"
13 #if !UCONFIG_NO_FORMATTING
17 class TimeZoneFormatTest
: public IntlTest
{
20 void runIndexedTest(int32_t index
, UBool exec
, const char*& name
, char* par
);
22 void TestTimeZoneRoundTrip(void);
23 void TestTimeRoundTrip(void);
25 void TestISOFormat(void);
26 void TestFormat(void);
27 void TestFormatTZDBNames(void);
29 void RunTimeRoundTripTests(int32_t threadNumber
);
32 #endif /* #if !UCONFIG_NO_FORMATTING */
34 #endif // _TIMEZONEFORMATTEST_