Searched refs:testMarkAndReset (Results 1 – 5 of 5) sorted by relevance
46 public void testMarkAndReset() throws IOException { in testMarkAndReset() method in CharSequenceReaderTest
220 public void testMarkAndReset() throws IOException { in testMarkAndReset() method in LiteralByteStringTest
231 public void testMarkAndReset() throws IOException { in testMarkAndReset() method in NioByteStringTest
1070 testMarkAndReset(TransferKind.FIXED_LENGTH); in markAndResetWithContentLengthHeader()1074 testMarkAndReset(TransferKind.CHUNKED); in markAndResetWithChunkedEncoding()1078 testMarkAndReset(TransferKind.END_OF_STREAM); in markAndResetWithNoLengthHeaders()1081 private void testMarkAndReset(TransferKind transferKind) throws IOException { in testMarkAndReset() method in URLConnectionTest