]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/nmfmapts.h
1 /********************************************************************
3 * Copyright (c) 1997-2003, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
7 #ifndef _INTLTESTNUMBERFORMATAPI
8 #define _INTLTESTNUMBERFORMATAPI
10 #include "unicode/utypes.h"
12 #if !UCONFIG_NO_FORMATTING
18 * This test executes basic functionality checks of various API functions
20 class IntlTestNumberFormatAPI
: public IntlTest
{
21 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
25 * executes tests of API functions, see detailed comments in source code
27 void testAPI(/* char* par */);
28 void testRegistration();
31 #endif /* #if !UCONFIG_NO_FORMATTING */