]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itrbbi.cpp
2 **********************************************************************
3 * Copyright (C) 1998-2016, International Business Machines Corporation
4 * and others. All Rights Reserved.
5 **********************************************************************
7 /***********************************************************************
8 * Date Name Description
9 * 12/14/99 Madhu Creation.
10 ***********************************************************************/
12 * IntlTestRBBI is the medium level test class for RuleBasedBreakIterator
15 #include "unicode/utypes.h"
17 #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_REGULAR_EXPRESSIONS
23 #include "rbbimonkeytest.h"
26 void IntlTestRBBI::runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
)
29 logln("TestSuite RuleBasedBreakIterator: ");
32 TESTCASE_AUTO_CLASS(RBBIAPITest
);
33 TESTCASE_AUTO_CLASS(RBBITest
);
34 #if !UCONFIG_NO_FORMATTING
35 TESTCASE_AUTO_CLASS(RBBIMonkeyTest
);
40 #endif /* #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_REGULAR_EXPRESSIONS */