assertPathMatches("session-3", "/report/sessioninfo[3]/@id");
}
@Test
public void testStructureWithGroup() throws Exception {
final IReportVisitor visitor = formatter.createVisitor(output);
visitor.visitInfo(infos, data);
driver.sendGroup(visitor);
assertPathMatches("group", "/report/@name");
assertPathMatches("bundle", "/report/group/@name");
assertPathMatches("org/jacoco/example", "/report/group/package/@name");
assertPathMatches("org/jacoco/example/FooClass",