- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testIsPathSafe_NullPath (0.13 sec)
-
src/test/java/org/codelibs/core/io/FileUtilTest.java
} catch (final IllegalArgumentException e) { // Expected } } /** * Test isPathSafe with null path throws exception */ @Test public void testIsPathSafe_NullPath() { final Path baseDir = tempFolder.getRoot().toPath(); try { FileUtil.isPathSafe((Path) null, baseDir); fail("Expected IllegalArgumentException");
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 10.3K bytes - Viewed (0)