- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for assertDeleteSucceeded (0.35 seconds)
-
guava-tests/test/com/google/common/io/MoreFilesTest.java
} @Override public void assertDeleteSucceeded(Path path) throws IOException { assertFalse("file " + path + " not deleted with delete method " + this, Files.exists(path)); } }; abstract void delete(Path path, RecursiveDeleteOption... options) throws IOException; abstract void assertDeleteSucceeded(Path path) throws IOException; }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
} @Override public void assertDeleteSucceeded(Path path) throws IOException { assertFalse("file " + path + " not deleted with delete method " + this, Files.exists(path)); } }; abstract void delete(Path path, RecursiveDeleteOption... options) throws IOException; abstract void assertDeleteSucceeded(Path path) throws IOException; }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)