Searched refs:assertExists (Results 1 – 1 of 1) sorted by relevance
297 public static void assertExists(String path) throws IOException { in assertExists() method298 assertExists(null, path); in assertExists()301 public static void assertExists(File file) throws IOException { in assertExists() method302 assertExists(null, file.getAbsolutePath()); in assertExists()305 public static void assertExists(String msg, String path) throws IOException { in assertExists() method