Searched refs:testMarkAndReset (Results 1 – 4 of 4) sorted by relevance
46 public void testMarkAndReset() throws IOException { in testMarkAndReset() method in CharSequenceReaderTest
216 public void testMarkAndReset() throws IOException { in testMarkAndReset() method in LiteralByteStringTest
236 public void testMarkAndReset() throws IOException { in testMarkAndReset() method in NioByteStringTest
1061 testMarkAndReset(TransferKind.FIXED_LENGTH); in markAndResetWithContentLengthHeader()1065 testMarkAndReset(TransferKind.CHUNKED); in markAndResetWithChunkedEncoding()1069 testMarkAndReset(TransferKind.END_OF_STREAM); in markAndResetWithNoLengthHeaders()1072 private void testMarkAndReset(TransferKind transferKind) throws IOException { in testMarkAndReset() method in URLConnectionTest