Home
last modified time | relevance | path

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

/external/apache-commons-io/src/test/java/org/apache/commons/io/
DIOUtilsCopyTest.java133 public void testCopy_inputStreamToOutputStreamWithBufferSize() throws Exception { in testCopy_inputStreamToOutputStreamWithBufferSize() method in IOUtilsCopyTest
134 testCopy_inputStreamToOutputStreamWithBufferSize(1); in testCopy_inputStreamToOutputStreamWithBufferSize()
135 testCopy_inputStreamToOutputStreamWithBufferSize(2); in testCopy_inputStreamToOutputStreamWithBufferSize()
136 testCopy_inputStreamToOutputStreamWithBufferSize(4); in testCopy_inputStreamToOutputStreamWithBufferSize()
137 testCopy_inputStreamToOutputStreamWithBufferSize(8); in testCopy_inputStreamToOutputStreamWithBufferSize()
138 testCopy_inputStreamToOutputStreamWithBufferSize(16); in testCopy_inputStreamToOutputStreamWithBufferSize()
139 testCopy_inputStreamToOutputStreamWithBufferSize(32); in testCopy_inputStreamToOutputStreamWithBufferSize()
140 testCopy_inputStreamToOutputStreamWithBufferSize(64); in testCopy_inputStreamToOutputStreamWithBufferSize()
141 testCopy_inputStreamToOutputStreamWithBufferSize(128); in testCopy_inputStreamToOutputStreamWithBufferSize()
142 testCopy_inputStreamToOutputStreamWithBufferSize(256); in testCopy_inputStreamToOutputStreamWithBufferSize()
[all …]