Searched refs:expectedPosition (Results 1 – 2 of 2) sorted by relevance
128 int expectedPosition = 4; in testCharsetEncoderSplitSurrogates() local129 assertEquals(expectedPosition, bb.position()); in testCharsetEncoderSplitSurrogates()137 assertEquals(expectedPosition, bb.position()); in testCharsetEncoderSplitSurrogates()140 assertEquals(expectedPosition, bb.position()); in testCharsetEncoderSplitSurrogates()
394 …public void test_parse_invalid(String pattern, String parse, int expectedPosition) throws Exceptio… in test_parse_invalid() argument397 assertEquals(pos.getErrorIndex(), expectedPosition); in test_parse_invalid() local