- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCreateParentDirectories_noParentsNeeded (0.18 sec)
-
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
assertNull(path.getParent()); assertNotNull(path.toAbsolutePath().getParent()); MoreFiles.createParentDirectories(path); // test that there's no exception } public void testCreateParentDirectories_noParentsNeeded() throws IOException { Path path = tempDir.resolve("nonexistent.file"); assertTrue(Files.exists(path.getParent())); MoreFiles.createParentDirectories(path); // test that there's no exception }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 16:07:00 UTC 2024 - 26.5K bytes - Viewed (0)