]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/reptest.h
1 /********************************************************************
3 * Copyright (c) 2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /************************************************************************
7 * This test program is intended for testing Replaceable class.
9 * Date Name Description
10 * 11/28/2001 hshih Creation.
12 ************************************************************************/
18 #include "unicode/utypes.h"
20 #if !UCONFIG_NO_TRANSLITERATION
22 #include "unicode/translit.h"
27 * @summary Testing the Replaceable class
29 class ReplaceableTest
: public IntlTest
{
31 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* par
=NULL
);
33 /*Tests the Replaceable class according to the API documentation. */
34 void TestReplaceableClass(void);
36 void check( const UnicodeString
& transliteratorName
,
37 const UnicodeString
& test
,
38 const UnicodeString
& shouldProduceStyles
);
41 #endif /* #if !UCONFIG_NO_TRANSLITERATION */