Home
last modified time | relevance | path

Searched refs:expectedMonth (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKPadPrinterParser.java130 …id test_parseStrict(String text, int expectedIndex, int expectedErrorIndex, Number expectedMonth) { in test_parseStrict() argument
135 if (expectedMonth != null) { in test_parseStrict()
137 assertEquals(parsed.getLong(MONTH_OF_YEAR), expectedMonth.longValue()); in test_parseStrict()
171 …d test_parseLenient(String text, int expectedIndex, int expectedErrorIndex, Number expectedMonth) { in test_parseLenient() argument
176 if (expectedMonth != null) { in test_parseLenient()
178 assertEquals(parsed.getLong(MONTH_OF_YEAR), expectedMonth.longValue()); in test_parseLenient()