]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/reptest.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /************************************************************************
9 * This test program is intended for testing Replaceable class.
11 * Date Name Description
12 * 11/28/2001 hshih Creation.
14 ************************************************************************/
20 #include "unicode/utypes.h"
22 #if !UCONFIG_NO_TRANSLITERATION
24 #include "unicode/translit.h"
29 * @summary Testing the Replaceable class
31 class ReplaceableTest
: public IntlTest
{
33 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* par
=NULL
);
35 /*Tests the Replaceable class according to the API documentation. */
36 void TestReplaceableClass(void);
38 void check( const UnicodeString
& transliteratorName
,
39 const UnicodeString
& test
,
40 const UnicodeString
& shouldProduceStyles
);
43 #endif /* #if !UCONFIG_NO_TRANSLITERATION */