- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testReadBytes_EmptyFile (0.12 seconds)
-
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)); }
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 10.3K bytes - Click Count (0)