Searched refs:expectedMonth (Results 1 – 1 of 1) sorted by relevance
130 …id test_parseStrict(String text, int expectedIndex, int expectedErrorIndex, Number expectedMonth) { in test_parseStrict() argument135 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() argument176 if (expectedMonth != null) { in test_parseLenient()178 assertEquals(parsed.getLong(MONTH_OF_YEAR), expectedMonth.longValue()); in test_parseLenient()