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

Unified Diff: source/test/intltest/plurults.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/plurfmts.cpp ('k') | source/test/intltest/plurults.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/plurults.h
diff --git a/source/test/intltest/plurults.h b/source/test/intltest/plurults.h
deleted file mode 100644
index 25658af81e894e90b44e08f79668d537d16e9c60..0000000000000000000000000000000000000000
--- a/source/test/intltest/plurults.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/********************************************************************
- * COPYRIGHT:
- * Copyright (c) 1997-2013, International Business Machines Corporation and
- * others. All Rights Reserved.
- ********************************************************************/
-
-#ifndef _PluralRulesTest
-#define _PluralRulesTest
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_FORMATTING
-
-#include "intltest.h"
-#include "unicode/localpointer.h"
-#include "unicode/plurrule.h"
-
-/**
- * Test basic functionality of various API functions
- **/
-class PluralRulesTest : public IntlTest {
- void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
-
-private:
- /**
- * Performs tests on many API functions, see detailed comments in source code
- **/
- void testAPI();
- void testGetUniqueKeywordValue();
- void testGetSamples();
- void testWithin();
- void testGetAllKeywordValues();
- void testOrdinal();
- void testSelect();
- void testAvailbleLocales();
- void testParseErrors();
- void testFixedDecimal();
-
- void assertRuleValue(const UnicodeString& rule, double expected);
- void assertRuleKeyValue(const UnicodeString& rule, const UnicodeString& key,
- double expected);
- void checkSelect(const LocalPointer<PluralRules> &rules, UErrorCode &status,
- int32_t line, const char *keyword, ...);
-};
-
-#endif /* #if !UCONFIG_NO_FORMATTING */
-
-#endif
« no previous file with comments | « source/test/intltest/plurfmts.cpp ('k') | source/test/intltest/plurults.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698