Searched defs:assertFile (Results 1 - 2 of 2) sorted by relevance

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
H A DMemoryMultiReportOutput.java64 public void assertFile(String path) { method in class:MemoryMultiReportOutput
78 assertFile(path);
/external/testng/src/main/java/org/testng/
H A DFileAssert.java53 static public void assertFile(File tstvalue, String message) { method in class:FileAssert
66 * @see #assertFile(File, String)
68 static public void assertFile(File tstvalue) { method in class:FileAssert
69 assertFile(tstvalue, null);

Completed in 149 milliseconds