Searched refs:assertFile (Results 1 – 5 of 5) sorted by relevance
54 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 …]
57 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 …]
65 public void assertFile(String path) { in assertFile() method in MemoryMultiReportOutput79 assertFile(path); in getFile()
53 static public void assertFile(File tstvalue, String message) { in assertFile() method in FileAssert68 static public void assertFile(File tstvalue) { in assertFile() method in FileAssert69 assertFile(tstvalue, null); in assertFile()
127 output.assertFile("index.source.html"); in testContentsWithSource()