- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadBytes_EmptyFile (0.22 sec)
-
src/test/java/org/codelibs/core/io/FileUtilTest.java
assertThat(new String(result, "UTF-8"), is(content)); } /** * Test readBytes with empty file * * @throws Exception */ @Test public void testReadBytes_EmptyFile() throws Exception { final File emptyFile = tempFolder.newFile("empty.txt"); final byte[] result = FileUtil.readBytes(emptyFile); assertThat(result.length, is(0)); }
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 10.3K bytes - Viewed (0)