lines.get(1));
}
@Test
public void testStructureWithNestedGroups() throws IOException {
final ICoverageNode root = new CoverageNodeImpl(ElementType.GROUP,
"root");
final List<SessionInfo> sessions = Collections.emptyList();
final Collection<ExecutionData> data = Collections.emptyList();
final IReportVisitor child = formatter.createReportVisitor(root,
sessions, data);