Uses of Class
org.junitpioneer.jupiter.IssueTestCase
Packages that use IssueTestCase
Package
Description
Extensions to the JUnit Jupiter engine.
This package contains implementation details of the
@Issue annotation.-
Uses of IssueTestCase in org.junitpioneer.jupiter
Fields in org.junitpioneer.jupiter with type parameters of type IssueTestCaseMethods in org.junitpioneer.jupiter that return types with arguments of type IssueTestCaseModifier and TypeMethodDescriptionIssueTestSuite.tests()Retrieves a list with all test cases related to this issue.Constructor parameters in org.junitpioneer.jupiter with type arguments of type IssueTestCaseModifierConstructorDescriptionIssueTestSuite(String issueId, List<IssueTestCase> tests) Constructor with all attributes. -
Uses of IssueTestCase in org.junitpioneer.jupiter.issue
Methods in org.junitpioneer.jupiter.issue that return IssueTestCaseMethods in org.junitpioneer.jupiter.issue that return types with arguments of type IssueTestCaseModifier and TypeMethodDescriptionprivate List<IssueTestCase> IssueExtensionExecutionListener.getIssueTestCases(IssueTestCaseBuilder builder) private List<IssueTestCase> IssueExtensionExecutionListener.mergeIssueTestCases(List<IssueTestCase> first, List<IssueTestCase> second) Method parameters in org.junitpioneer.jupiter.issue with type arguments of type IssueTestCaseModifier and TypeMethodDescriptionprivate List<IssueTestCase> IssueExtensionExecutionListener.mergeIssueTestCases(List<IssueTestCase> first, List<IssueTestCase> second)