Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertDeleteSucceeded (0.58 sec)

  1. 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));
          }
        };
    
        public abstract void delete(Path path, RecursiveDeleteOption... options) throws IOException;
    
        public abstract void assertDeleteSucceeded(Path path) throws IOException;
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Jan 29 22:57:05 GMT 2024
    - 27.2K bytes
    - Viewed (0)
Back to top