public interface IReportVisitor extends IReportGroupVisitor
IReportGroupVisitor
instances the root visitor accepts exactly one
bundle or group.Modifier and Type | Method and Description |
---|---|
void |
visitEnd()
Has to be called after all report data has been emitted.
|
void |
visitInfo(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData)
Initializes the report with global information.
|
visitBundle, visitGroup
void visitInfo(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData) throws 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 reportIOException
- in case of IO problems with the report writervoid visitEnd() throws IOException
IOException
- in case of IO problems with the report writerCopyright © 2023. All rights reserved.