+ /**
+ * Perform a simple spot check on small values
+ */
+ virtual void TestSmallValues();
+
+ /**
+ * Test localizations using string data.
+ */
+ virtual void TestLocalizations();
+
+ /**
+ * Test that all locales construct ok.
+ */
+ virtual void TestAllLocales();
+
+ /**
+ * Test that hebrew fractions format without trailing '<'
+ */
+ virtual void TestHebrewFraction();
+
+ /**
+ * Regression test, don't truncate
+ * when doing multiplier substitution to a number format rule.
+ */
+ virtual void TestMultiplierSubstitution();
+
+ /**
+ * Test the setDecimalFormatSymbols in RBNF
+ */
+ virtual void TestSetDecimalFormatSymbols();
+