Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: source/test/intltest/itrbnf.h

Issue 2435373002: Delete source/test (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/intltest/itrbbi.cpp ('k') | source/test/intltest/itrbnf.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/itrbnf.h
diff --git a/source/test/intltest/itrbnf.h b/source/test/intltest/itrbnf.h
deleted file mode 100644
index 8d52555aba45d7a0ac358a70a3828cee680cac62..0000000000000000000000000000000000000000
--- a/source/test/intltest/itrbnf.h
+++ /dev/null
@@ -1,163 +0,0 @@
-/*
- *******************************************************************************
- * Copyright (C) 1996-2015, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- *******************************************************************************
- */
-
-#ifndef ITRBNF_H
-#define ITRBNF_H
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_FORMATTING
-
-#include "intltest.h"
-#include "unicode/rbnf.h"
-
-
-class IntlTestRBNF : public IntlTest {
- public:
-
- // IntlTest override
- virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par);
-
-#if U_HAVE_RBNF
- /**
- * Perform an API test
- */
- virtual void TestAPI();
-
- void TestMultiplePluralRules();
-
- /**
- * Perform a simple spot check on the FractionalRuleSet logic
- */
- virtual void TestFractionalRuleSet();
-
-#if 0
- /**
- * Perform API tests on llong
- */
- virtual void TestLLong();
- virtual void TestLLongConstructors();
- virtual void TestLLongSimpleOperators();
-#endif
-
- /**
- * Perform a simple spot check on the English spellout rules
- */
- void TestEnglishSpellout();
-
- /**
- * Perform a simple spot check on the English ordinal-abbreviation rules
- */
- void TestOrdinalAbbreviations();
-
- /**
- * Perform a simple spot check on the duration-formatting rules
- */
- void TestDurations();
-
- /**
- * Perform a simple spot check on the Spanish spellout rules
- */
- void TestSpanishSpellout();
-
- /**
- * Perform a simple spot check on the French spellout rules
- */
- void TestFrenchSpellout();
-
- /**
- * Perform a simple spot check on the Swiss French spellout rules
- */
- void TestSwissFrenchSpellout();
-
- /**
- * Check that Belgian French matches Swiss French spellout rules
- */
- void TestBelgianFrenchSpellout();
-
- /**
- * Perform a simple spot check on the Italian spellout rules
- */
- void TestItalianSpellout();
-
- /**
- * Perform a simple spot check on the Portuguese spellout rules
- */
- void TestPortugueseSpellout();
-
- /**
- * Perform a simple spot check on the German spellout rules
- */
- void TestGermanSpellout();
-
- /**
- * Perform a simple spot check on the Thai spellout rules
- */
- void TestThaiSpellout();
-
- /**
- * Perform a simple spot check on the Swedish spellout rules
- */
- void TestSwedishSpellout();
-
- /**
- * Perform a simple spot check on small values
- */
- void TestSmallValues();
-
- /**
- * Test localizations using string data.
- */
- void TestLocalizations();
-
- /**
- * Test that all locales construct ok.
- */
- void TestAllLocales();
-
- /**
- * Test that hebrew fractions format without trailing '<'
- */
- void TestHebrewFraction();
-
- /**
- * Regression test, don't truncate
- * when doing multiplier substitution to a number format rule.
- */
- void TestMultiplierSubstitution();
-
- /**
- * Test the setDecimalFormatSymbols in RBNF
- */
- void TestSetDecimalFormatSymbols();
-
- /**
- * Test the plural rules in RBNF
- */
- void TestPluralRules();
-
- void TestInfinityNaN();
- void TestVariableDecimalPoint();
- void TestRounding();
-
-protected:
- virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
- virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);
-
-/* U_HAVE_RBNF */
-#else
-
- virtual void TestRBNFDisabled();
-
-/* U_HAVE_RBNF */
-#endif
-};
-
-#endif /* #if !UCONFIG_NO_FORMATTING */
-
-// endif ITRBNF_H
-#endif
« no previous file with comments | « source/test/intltest/itrbbi.cpp ('k') | source/test/intltest/itrbnf.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698