Uses of Class
org.junitpioneer.jupiter.IssueTestCase
-
Packages that use IssueTestCase Package Description org.junitpioneer.jupiter Extensions to the JUnit Jupiter engine.org.junitpioneer.jupiter.issue This package contains implementation details of the@Issueannotation. -
-
Uses of IssueTestCase in org.junitpioneer.jupiter
Fields in org.junitpioneer.jupiter with type parameters of type IssueTestCase Modifier and Type Field Description private java.util.List<IssueTestCase>IssueTestSuite. testsMethods in org.junitpioneer.jupiter that return types with arguments of type IssueTestCase Modifier and Type Method Description java.util.List<IssueTestCase>IssueTestSuite. tests()Retrieves a list with all test cases related to this issue.Constructor parameters in org.junitpioneer.jupiter with type arguments of type IssueTestCase Constructor Description IssueTestSuite(java.lang.String issueId, java.util.List<IssueTestCase> tests)Constructor with all attributes. -
Uses of IssueTestCase in org.junitpioneer.jupiter.issue
Methods in org.junitpioneer.jupiter.issue that return IssueTestCase Modifier and Type Method Description IssueTestCaseIssueTestCaseBuilder. build()Methods in org.junitpioneer.jupiter.issue that return types with arguments of type IssueTestCase Modifier and Type Method Description private java.util.List<IssueTestCase>IssueExtensionExecutionListener. getIssueTestCases(IssueTestCaseBuilder builder)private java.util.List<IssueTestCase>IssueExtensionExecutionListener. mergeIssueTestCases(java.util.List<IssueTestCase> first, java.util.List<IssueTestCase> second)Method parameters in org.junitpioneer.jupiter.issue with type arguments of type IssueTestCase Modifier and Type Method Description private java.util.List<IssueTestCase>IssueExtensionExecutionListener. mergeIssueTestCases(java.util.List<IssueTestCase> first, java.util.List<IssueTestCase> second)
-