java.lang.Object
org.junitpioneer.jupiter.IssueTestSuite
Represents the execution result of test method, which is annotated with
Issue.
Once Pioneer baselines against Java 17, this will be a record.
- Since:
- 1.1
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIssueTestSuite(String issueId, List<IssueTestCase> tests) Constructor with all attributes. -
Method Summary
-
Field Details
-
issueId
-
tests
-
-
Constructor Details
-
IssueTestSuite
Constructor with all attributes.- Parameters:
issueId- Value of theIssueannotationtests- List of all tests, annotated with the issueId
-
-
Method Details
-
issueId
Returns the value of theIssueannotation.- Returns:
- IssueId the test belongs to
-
tests
Retrieves a list with all test cases related to this issue.- Returns:
- List of all test cases related to this issue
-
equals
-
hashCode
public int hashCode() -
toString
-