IReportGroupVisitor
MultiReportVisitor
public interface IReportVisitor extends IReportGroupVisitor
IReportGroupVisitor
instances the root visitor accepts exactly one
bundle or group.Modifier and Type | Method | Description |
---|---|---|
void |
visitEnd() |
Has to be called after all report data has been emitted.
|
void |
visitInfo(java.util.List<SessionInfo> sessionInfos,
java.util.Collection<ExecutionData> executionData) |
Initializes the report with global information.
|
visitBundle, visitGroup
void visitInfo(java.util.List<SessionInfo> sessionInfos, java.util.Collection<ExecutionData> executionData) throws java.io.IOException
sessionInfos
- list of chronological ordered SessionInfo
objects
where execution data has been collected for this report.executionData
- collection of all ExecutionData
objects that are
considered for this reportjava.io.IOException
- in case of IO problems with the report writervoid visitEnd() throws java.io.IOException
java.io.IOException
- in case of IO problems with the report writerCopyright © 2018. All rights reserved.