]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tzfmttst.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
5 * Copyright (C) 2007-2015, International Business Machines Corporation and *
6 * others. All Rights Reserved. *
7 *******************************************************************************
10 #ifndef _TIMEZONEFORMATTEST_
11 #define _TIMEZONEFORMATTEST_
13 #include "unicode/utypes.h"
15 #if !UCONFIG_NO_FORMATTING
19 class TimeZoneFormatTest
: public IntlTest
{
22 void runIndexedTest(int32_t index
, UBool exec
, const char*& name
, char* par
);
24 void TestTimeZoneRoundTrip(void);
25 void TestTimeRoundTrip(void);
27 void TestISOFormat(void);
28 void TestFormat(void);
29 void TestFormatTZDBNames(void);
30 void TestFormatCustomZone(void);
31 void TestFormatTZDBNamesAllZoneCoverage(void);
33 void RunTimeRoundTripTests(int32_t threadNumber
);
36 #endif /* #if !UCONFIG_NO_FORMATTING */
38 #endif // _TIMEZONEFORMATTEST_