Class IssueTestSuite
java.lang.Object
org.junitpioneer.jupiter.IssueTestSuite
-
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
-
tests
Retrieves a list with all test cases related to this issue.- Returns:
- List of all test cases related to this issue
-
equals
-
hashCode
-
toString
-