| com.ibm.icu.dev.test.TestFmwk com.ibm.icu.dev.test.format.NumberFormatTest
Inner Class :final static class PI extends Number | |
Method Summary | |
public void | TestCases() | public void | TestComplexCurrency() Test currencies whose display name is a ChoiceFormat. | public void | TestCoverage() | public void | TestCurrency() Test localized currency patterns. | public void | TestCurrencyKeyword() | public void | TestCurrencyObject() Test the Currency object handling, new as of ICU 2.2. | public void | TestCurrencyPatterns() | public void | TestCurrencySign() Test the handling of the currency symbol in patterns. | public void | TestExponent() | public void | TestExponential() | public void | TestIllegalPatterns() | public void | TestJB3832() | public void | TestJB5251() | public void | TestJB5358() | public void | TestPad() | public void | TestParse() Do rudimentary testing of parsing. | public void | TestParseCurrencyTrailingSymbol() | public void | TestParseReturnType() | public void | TestPatterns() | public void | TestPatterns2() | public void | TestPerMill() | public void | TestQuotes() | public void | TestRegistration() | public void | TestRounding() | public void | TestRounding487() Test proper rounding by the format method. | public void | TestScientific() | public void | TestScientific2() | public void | TestScientificGrouping() | public void | TestSecondaryGrouping() Test the functioning of the secondary grouping value. | public void | TestStrictParse() | public void | TestThreadedFormat() | public void | TestWhiteSpaceParsing() | void | checkRounding(DecimalFormat nf, BigDecimal base, int iterations, BigDecimal increment) | public void | expect(NumberFormat fmt, Number n, String exp, boolean rt) | public void | expect(NumberFormat fmt, Number n, String exp) | public void | expect(NumberFormat fmt, double n, String exp) | public void | expect(NumberFormat fmt, long n, String exp) | public void | expect(NumberFormat fmt, String str, Number n) | public void | expect(NumberFormat fmt, String str, double n) | public void | expect(NumberFormat fmt, String str, long n) | public void | expect2(NumberFormat fmt, Number n, String exp) | public void | expect2(NumberFormat fmt, double n, String exp) | public void | expect2(NumberFormat fmt, long n, String exp) | public void | expectPad(DecimalFormat fmt, String pat, int pos) | public void | expectPad(DecimalFormat fmt, String pat, int pos, int width, char pad) | public void | expectPat(DecimalFormat fmt, String exp) | public static void | main(String[] args) | public void | roundingTest(NumberFormat nf, double x, int maxFractionDigits, String expected) | void | runStrictParseBatch(DecimalFormat nf, String[] pass, String[] fail) | void | runStrictParseTests(String msg, DecimalFormat nf, String[] tests, boolean pass) | static BigDecimal | toBigDecimal(Number number) |
TestCases | public void TestCases()(Code) | | |
TestComplexCurrency | public void TestComplexCurrency()(Code) | | Test currencies whose display name is a ChoiceFormat.
|
TestCoverage | public void TestCoverage()(Code) | | |
TestCurrency | public void TestCurrency()(Code) | | Test localized currency patterns.
|
TestCurrencyKeyword | public void TestCurrencyKeyword()(Code) | | |
TestCurrencyObject | public void TestCurrencyObject()(Code) | | Test the Currency object handling, new as of ICU 2.2.
|
TestCurrencyPatterns | public void TestCurrencyPatterns()(Code) | | |
TestCurrencySign | public void TestCurrencySign()(Code) | | Test the handling of the currency symbol in patterns.
|
TestExponent | public void TestExponent()(Code) | | Upgrade to alphaWorks
|
TestExponential | public void TestExponential()(Code) | | |
TestIllegalPatterns | public void TestIllegalPatterns()(Code) | | |
TestJB3832 | public void TestJB3832()(Code) | | |
TestJB5251 | public void TestJB5251()(Code) | | |
TestJB5358 | public void TestJB5358()(Code) | | |
TestPad | public void TestPad()(Code) | | Upgrade to alphaWorks
|
TestParse | public void TestParse()(Code) | | Do rudimentary testing of parsing.
|
TestParseCurrencyTrailingSymbol | public void TestParseCurrencyTrailingSymbol()(Code) | | |
TestParseReturnType | public void TestParseReturnType()(Code) | | |
TestPatterns | public void TestPatterns()(Code) | | |
TestPatterns2 | public void TestPatterns2()(Code) | | Upgrade to alphaWorks
|
TestPerMill | public void TestPerMill()(Code) | | |
TestQuotes | public void TestQuotes()(Code) | | |
TestRegistration | public void TestRegistration()(Code) | | |
TestRounding | public void TestRounding()(Code) | | |
TestRounding487 | public void TestRounding487()(Code) | | Test proper rounding by the format method.
|
TestScientific | public void TestScientific()(Code) | | Upgrade to alphaWorks
|
TestScientific2 | public void TestScientific2()(Code) | | |
TestScientificGrouping | public void TestScientificGrouping()(Code) | | |
TestSecondaryGrouping | public void TestSecondaryGrouping()(Code) | | Test the functioning of the secondary grouping value.
|
TestStrictParse | public void TestStrictParse()(Code) | | |
TestThreadedFormat | public void TestThreadedFormat()(Code) | | |
TestWhiteSpaceParsing | public void TestWhiteSpaceParsing()(Code) | | |
Fields inherited from com.ibm.icu.dev.test.TestFmwk | protected TestParams params(Code)(Java Doc)
|
Methods inherited from com.ibm.icu.dev.test.TestFmwk | protected boolean assertEquals(String message, boolean expected, boolean actual)(Code)(Java Doc) protected boolean assertEquals(String message, long expected, long actual)(Code)(Java Doc) protected boolean assertEquals(String message, float expected, float actual, double error)(Code)(Java Doc) protected boolean assertEquals(String message, double expected, double actual, double error)(Code)(Java Doc) protected boolean assertEquals(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertFalse(String message, boolean condition)(Code)(Java Doc) protected boolean assertNotEquals(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertNotNull(String message, Object actual)(Code)(Java Doc) protected boolean assertNotSame(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertNull(String message, Object actual)(Code)(Java Doc) protected boolean assertSame(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertTrue(String message, boolean condition)(Code)(Java Doc) protected int checkArray(String msg, String array, String expected)(Code)(Java Doc) protected int checkArray(String msg, Locale array, String expected)(Code)(Java Doc) protected int checkArray(String msg, ULocale array, String expected)(Code)(Java Doc) protected Random createRandom()(Code)(Java Doc) protected void fail(String message)(Code)(Java Doc) protected static synchronized java.util.Date getDate(int year, int month, int dom)(Code)(Java Doc) protected String getDescription()(Code)(Java Doc) protected int getErrorCount()(Code)(Java Doc) public PrintWriter getErrorLogPrintWriter()(Code)(Java Doc) public int getInclusion()(Code)(Java Doc) public PrintWriter getLogPrintWriter()(Code)(Java Doc) protected String getMethodDescription(String name)(Code)(Java Doc) protected TestFmwk getSubtest(String prefix) throws TestFmwkException(Code)(Java Doc) protected Target getTargets(String targetName)(Code)(Java Doc) public String getTranslitTestFilter()(Code)(Java Doc) protected void handleException(Throwable e)(Code)(Java Doc) public static String hex(char[] s)(Code)(Java Doc) public static String hex(byte[] s)(Code)(Java Doc) public static String hex(char ch)(Code)(Java Doc) public static String hex(int ch)(Code)(Java Doc) public static String hex(String s)(Code)(Java Doc) public static String hex(StringBuffer s)(Code)(Java Doc) protected void init() throws Exception(Code)(Java Doc) public boolean isDateAtLeast(int year, int month, int day)(Code)(Java Doc) public boolean isMemTracking()(Code)(Java Doc) public boolean isModularBuild()(Code)(Java Doc) public boolean isQuick()(Code)(Java Doc) public boolean isTiming()(Code)(Java Doc) public boolean isVerbose()(Code)(Java Doc) public void msg(String message, int level, boolean incCount, boolean newln)(Code)(Java Doc) public boolean noData()(Code)(Java Doc) public static String prettify(String s)(Code)(Java Doc) public static String prettify(StringBuffer s)(Code)(Java Doc) public Target resolveTarget(TestParams params)(Code)(Java Doc) public Target resolveTarget(TestParams params, String targetPath)(Code)(Java Doc) public void run(String[] args)(Code)(Java Doc) public int run(String[] args, PrintWriter log)(Code)(Java Doc) public int runTests(TestParams params, String[] tests)(Code)(Java Doc) protected TimeZone safeGetTimeZone(String id)(Code)(Java Doc) public void usage()(Code)(Java Doc) public static void usage(PrintWriter pw, String className)(Code)(Java Doc) protected boolean validate()(Code)(Java Doc) protected boolean validateMethod(String name)(Code)(Java Doc)
|
|
|