/*
*******************************************************************************
- * Copyright (C) 1996-2003, International Business Machines Corporation and *
+ * Copyright (C) 1996-2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
*/
virtual void TestSwedishSpellout();
+ /**
+ * Perform a simple spot check on small values
+ */
+ virtual void TestSmallValues();
+
+ /**
+ * Test localizations using string data.
+ */
+ virtual void TestLocalizations();
+
protected:
virtual void doTest(RuleBasedNumberFormat* formatter, const char* testData[][2], UBool testParsing);
virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);