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 TypeMethodDescriptionvoidprocessTestResults(List<IssueTestSuite> issueTestSuites) Processes results of `@Issue` annotated test cases grouped by the issueId, calledIssueTestSuite.
-
Method Details
-
processTestResults
Processes results of `@Issue` annotated test cases grouped by the issueId, calledIssueTestSuite.- Parameters:
issueTestSuites- List of issues, each with a list of test cases annotated with their issueId
-