Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKZoneIdPrinterParser.java213 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_plain() argument
216 test(text, expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_plain()
221 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_prefix() argument
227 expectedErrorIndex >= 0 ? expectedErrorIndex + 3 : expectedErrorIndex, in test_ZoneId_parseSuccess_prefix()
233 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_suffix() argument
236 test(text + "XXX", expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_suffix()
241 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_caseSensitive() argument
252 … test(text.toLowerCase(Locale.ENGLISH), expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_caseSensitive() local
258 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_caseInsensitive() argument
261 … test(text.toLowerCase(Locale.ENGLISH), expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_caseInsensitive() local
[all …]
DTCKPadPrinterParser.java130 …public void test_parseStrict(String text, int expectedIndex, int expectedErrorIndex, Number expect… in test_parseStrict() argument
134 assertEquals(pos.getErrorIndex(), expectedErrorIndex); in test_parseStrict() local
171 …public void test_parseLenient(String text, int expectedIndex, int expectedErrorIndex, Number expec… in test_parseLenient() argument
175 assertEquals(pos.getErrorIndex(), expectedErrorIndex); in test_parseLenient() local