Interface IssueProcessor


  • public interface IssueProcessor
    This interfaces offers a method to process the results of `@Issue` annotated test cases.
    Since:
    1.1
    See Also:
    Issue
    • Method Detail

      • processTestResults

        void processTestResults​(java.util.List<IssueTestSuite> issueTestSuites)
        Processes results of `@Issue` annotated test cases grouped by the issueId, called IssueTestSuite.
        Parameters:
        issueTestSuites - List of issues, each with a list of test cases annotated with their issueId