-
public interface IssueProcessorThis interfaces offers a method to process the results of `@Issue` annotated test cases.- Since:
- 1.1
- See Also:
Issue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessTestResults(java.util.List<IssueTestSuite> issueTestSuites)Processes results of `@Issue` annotated test cases grouped by the issueId, calledIssueTestSuite.
-
-
-
Method Detail
-
processTestResults
void processTestResults(java.util.List<IssueTestSuite> issueTestSuites)
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
-
-