]>
Commit | Line | Data |
---|---|---|
1546d4af A |
1 | // © 2018 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
3 | ||
4 | #ifndef ERARULESTEST_H_ | |
5 | #define ERARULESTEST_H_ | |
6 | ||
7 | #include "unicode/utypes.h" | |
8 | ||
9 | #if !UCONFIG_NO_FORMATTING | |
10 | ||
11 | #include "intltest.h" | |
12 | ||
13 | class EraRulesTest : public IntlTest { | |
14 | public: | |
15 | void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); | |
16 | ||
17 | private: | |
18 | void testAPIs(); | |
19 | void testJapanese(); | |
20 | }; | |
21 | ||
22 | #endif /* #if !UCONFIG_NO_FORMATTING */ | |
23 | #endif /* ERARULESTEST_H_ */ |