]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/intltest/dtptngts.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / dtptngts.h
CommitLineData
46f4442e 1/********************************************************************
2ca993e8
A
2 * COPYRIGHT:
3 * Copyright (c) 1997-2016 International Business Machines Corporation and
46f4442e
A
4 * others. All Rights Reserved.
5 ********************************************************************/
6
7#ifndef _INTLTESTDATETIMEPATTERNGENERATORAPI
8#define _INTLTESTDATETIMEPATTERNGENERATORAPI
9
10#include "unicode/utypes.h"
11
12#if !UCONFIG_NO_FORMATTING
13
14#include "intltest.h"
15
16/**
17 * Test basic functionality of various API functions
18 **/
19class IntlTestDateTimePatternGeneratorAPI : public IntlTest {
2ca993e8 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
46f4442e
A
21
22private:
23 /**
24 * Performs tests on many API functions, see detailed comments in source code
25 **/
26 void testAPI(/* char* par */);
729e4ab9 27 void testOptions(/* char* par */);
57a6839d 28 void testAllFieldPatterns(/* char* par */);
2ca993e8
A
29 void testStaticGetSkeleton(/* char* par */);
30 void testC();
46f4442e
A
31};
32
33#endif /* #if !UCONFIG_NO_FORMATTING */
34
35#endif