Example #1
0
 @Test
 public void testMakeInputStream() throws IOException {
   Assert.assertNotNull(ioPeon.makeInputStream(tmpFolder.newFile(TMP_FILE_NAME).getName()));
 }