Interface IssueProcessor


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

    Modifier and Type
    Method
    Description
    void
    Processes results of `@Issue` annotated test cases grouped by the issueId, called IssueTestSuite.
  • Method Details

    • processTestResults

      void processTestResults(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