]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tfsmalls.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-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
10 #ifndef TESTFORMATSMALLCLASSES_H
11 #define TESTFORMATSMALLCLASSES_H
16 * tests 3 smaller classes in the format library
18 class TestFormatSmallClasses
: public IntlTest
{
20 * runs tests in 4 local routines,
21 * performs test for API and funtionalty of 3 smaller format classes:
22 * ParsePosition in test_ParsePosition(),
23 * FieldPosition in test_FieldPosition(),
24 * Formattable in test_Formattable().
26 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);