Interface IReportVisitor

    • Method Detail

      • visitInfo

        void visitInfo​(java.util.List<SessionInfo> sessionInfos,
                       java.util.Collection<ExecutionData> executionData)
                throws java.io.IOException
        Initializes the report with global information. This method has to be called before any other method can be called.
        Parameters:
        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 report
        Throws:
        java.io.IOException - in case of IO problems with the report writer
      • visitEnd

        void visitEnd()
               throws java.io.IOException
        Has to be called after all report data has been emitted.
        Throws:
        java.io.IOException - in case of IO problems with the report writer