- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCreateParentDirectories_symlinkParentExists (0.35 sec)
-
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
assertTrue(Files.isRegularFile(parent)); Path file = parent.resolve("foo"); assertThrows(IOException.class, () -> MoreFiles.createParentDirectories(file)); } public void testCreateParentDirectories_symlinkParentExists() throws IOException { /* * We use a fake filesystem to sidestep: * * - flaky problems with Windows (b/136041958) *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 16:07:00 UTC 2024 - 26.5K bytes - Viewed (0)