Searched refs:MockFormattable (Results 1 – 1 of 1) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | FormatterTest.java | 79 class MockFormattable implements Formattable { class in FormatterTest 1165 { new MockFormattable(), "%3.2b", " tr", }, in test_format_LString$LObject_GeneralConversionB() 1166 { new MockFormattable(), "%-4.6b", "true", }, in test_format_LString$LObject_GeneralConversionB() 1167 { new MockFormattable(), "%.2b", "tr", }, in test_format_LString$LObject_GeneralConversionB() 1229 … { new MockFormattable(), "%2.3s", "customized format function width: 2 precision: 3", }, in test_format_LString$LObject_GeneralConversionS() 1230 … { new MockFormattable(), "%-6.4s", "customized format function width: 6 precision: 4", }, in test_format_LString$LObject_GeneralConversionS() 1231 … { new MockFormattable(), "%.5s", "customized format function width: -1 precision: 5", }, in test_format_LString$LObject_GeneralConversionS() 1273 new MockFormattable(), in test_format_LString$LObject_GeneralConversionH() 1316 new MockFormattable(), in test_formatLjava_lang_String$Ljava_lang_Object_GeneralConversionOther()
|