/*
*******************************************************************************
- * Copyright (C) 1996-2012, International Business Machines Corporation and *
+ * Copyright (C) 1996-2015, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
*/
virtual void TestAPI();
+ void TestMultiplePluralRules();
+
/**
* Perform a simple spot check on the FractionalRuleSet logic
*/
*/
virtual void TestSetDecimalFormatSymbols();
+ /**
+ * Test the plural rules in RBNF
+ */
+ virtual void TestPluralRules();
+
protected:
virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);