Home
last modified time | relevance | path

Searched refs:assertFile (Results 1 – 5 of 5) sorted by relevance

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
DResourcesTest.java54 output.assertFile("jacoco-resources/branchfc.gif"); in testCopyResources()
55 output.assertFile("jacoco-resources/branchnc.gif"); in testCopyResources()
56 output.assertFile("jacoco-resources/branchpc.gif"); in testCopyResources()
57 output.assertFile("jacoco-resources/bundle.gif"); in testCopyResources()
58 output.assertFile("jacoco-resources/class.gif"); in testCopyResources()
59 output.assertFile("jacoco-resources/down.gif"); in testCopyResources()
60 output.assertFile("jacoco-resources/greenbar.gif"); in testCopyResources()
61 output.assertFile("jacoco-resources/group.gif"); in testCopyResources()
62 output.assertFile("jacoco-resources/method.gif"); in testCopyResources()
63 output.assertFile("jacoco-resources/package.gif"); in testCopyResources()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/html/
DHTMLFormatterTest.java57 output.assertFile("index.html"); in testStructureWithNestedGroups()
58 output.assertFile("group1/index.html"); in testStructureWithNestedGroups()
59 output.assertFile("group1/group/index.html"); in testStructureWithNestedGroups()
60 output.assertFile("group1/group/bundle/index.html"); in testStructureWithNestedGroups()
61 output.assertFile("bundle/index.html"); in testStructureWithNestedGroups()
67 output.assertFile("index.html"); in testStructureWithGroup()
68 output.assertFile("bundle/index.html"); in testStructureWithGroup()
70 output.assertFile("bundle/org.jacoco.example/index.html"); in testStructureWithGroup()
71 output.assertFile("bundle/org.jacoco.example/index.source.html"); in testStructureWithGroup()
72 output.assertFile("bundle/org.jacoco.example/FooClass.html"); in testStructureWithGroup()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DMemoryMultiReportOutput.java65 public void assertFile(String path) { in assertFile() method in MemoryMultiReportOutput
79 assertFile(path); in getFile()
/external/testng/src/main/java/org/testng/
DFileAssert.java53 static public void assertFile(File tstvalue, String message) { in assertFile() method in FileAssert
68 static public void assertFile(File tstvalue) { in assertFile() method in FileAssert
69 assertFile(tstvalue, null); in assertFile()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
DPackagePageTest.java127 output.assertFile("index.source.html"); in testContentsWithSource()