HomeSort by relevance Sort by last modified time
    Searched refs:assertFile (Results 1 - 6 of 6) sorted by null

  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
ResourcesTest.java 53 output.assertFile("jacoco-resources/branchfc.gif");
54 output.assertFile("jacoco-resources/branchnc.gif");
55 output.assertFile("jacoco-resources/branchpc.gif");
56 output.assertFile("jacoco-resources/bundle.gif");
57 output.assertFile("jacoco-resources/class.gif");
58 output.assertFile("jacoco-resources/down.gif");
59 output.assertFile("jacoco-resources/greenbar.gif");
60 output.assertFile("jacoco-resources/group.gif");
61 output.assertFile("jacoco-resources/method.gif");
62 output.assertFile("jacoco-resources/package.gif")
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/html/
HTMLFormatterTest.java 56 output.assertFile("index.html");
57 output.assertFile("group1/index.html");
58 output.assertFile("group1/group/index.html");
59 output.assertFile("group1/group/bundle/index.html");
60 output.assertFile("bundle/index.html");
66 output.assertFile("index.html");
67 output.assertFile("bundle/index.html");
68 output.assertFile("bundle/org.jacoco.example/index.html");
69 output.assertFile("bundle/org.jacoco.example/FooClass.html");
75 output.assertFile("index.html")
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
MemoryMultiReportOutput.java 64 public void assertFile(String path) {
78 assertFile(path);
  /external/testng/src/main/java/org/testng/
FileAssert.java 53 static public void assertFile(File tstvalue, String message) {
66 * @see #assertFile(File, String)
68 static public void assertFile(File tstvalue) {
69 assertFile(tstvalue, null);
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
PackagePageTest.java 91 output.assertFile("index.source.html");
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 234 milliseconds