]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/dcfmapts.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2014, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
10 #ifndef _INTLTESTDECIMALFORMATAPI
11 #define _INTLTESTDECIMALFORMATAPI
13 #include "unicode/utypes.h"
15 #if !UCONFIG_NO_FORMATTING
17 #include "unicode/unistr.h"
21 class IntlTestDecimalFormatAPI
: public IntlTest
{
22 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
26 * Tests basic functionality of various API functions for DecimalFormat
28 void testAPI(/*char *par*/);
29 void testRounding(/*char *par*/);
30 void testRoundingInc(/*char *par*/);
31 void TestCurrencyPluralInfo();
33 void TestFixedDecimal();
34 void TestBadFastpath();
35 void TestRequiredDecimalPoint();
37 void testInvalidObject();
40 void verify(const UnicodeString
& message
, const UnicodeString
& got
, double expected
);
41 void verifyString(const UnicodeString
& message
, const UnicodeString
& got
, UnicodeString
& expected
);
44 #endif /* #if !UCONFIG_NO_FORMATTING */