Searched defs:expectedText (Results 1 – 5 of 5) sorted by relevance
113 char[] expectedText; field in MTTest.Work115 Work(NumericShaper ns, char[] expectedText) { in Work()
149 …rivate void assertGoodErrorDate(Function<TemporalAccessor, Object> function, String expectedText) { in assertGoodErrorDate()164 …rivate void assertGoodErrorTime(Function<TemporalAccessor, Object> function, String expectedText) { in assertGoodErrorTime()
123 public void test_print_WeekBasedYear(String pattern, String expectedText, LocalDate date) { in test_print_WeekBasedYear()
140 …final void checkIteratorText(AttributedCharacterIterator iterator, String expectedText) throws Exc… in checkIteratorText()
572 String expectedText = "one two " + DateFormat.getTimeInstance().format(date); in test_format$Ljava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition() local