- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testCreateParentDirectories_oneParentNeeded (0.47 seconds)
-
guava-tests/test/com/google/common/io/MoreFilesTest.java
Path path = tempDir.resolve("nonexistent.file"); assertTrue(Files.exists(path.getParent())); MoreFiles.createParentDirectories(path); // test that there's no exception } public void testCreateParentDirectories_oneParentNeeded() throws IOException { Path path = tempDir.resolve("parent/nonexistent.file"); Path parent = path.getParent(); assertFalse(Files.exists(parent)); MoreFiles.createParentDirectories(path);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 27.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
Path path = tempDir.resolve("nonexistent.file"); assertTrue(Files.exists(path.getParent())); MoreFiles.createParentDirectories(path); // test that there's no exception } public void testCreateParentDirectories_oneParentNeeded() throws IOException { Path path = tempDir.resolve("parent/nonexistent.file"); Path parent = path.getParent(); assertFalse(Files.exists(parent)); MoreFiles.createParentDirectories(path);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 26.6K bytes - Click Count (0)