Uses of Class
org.junitpioneer.jupiter.IssueTestSuite
Packages that use IssueTestSuite
Package
Description
Extensions to the JUnit Jupiter engine.
This package contains implementation details of the
@Issue annotation.-
Uses of IssueTestSuite in org.junitpioneer.jupiter
Method parameters in org.junitpioneer.jupiter with type arguments of type IssueTestSuiteModifier and TypeMethodDescriptionvoidIssueProcessor.processTestResults(List<IssueTestSuite> issueTestSuites) Processes results of `@Issue` annotated test cases grouped by the issueId, calledIssueTestSuite. -
Uses of IssueTestSuite in org.junitpioneer.jupiter.issue
Methods in org.junitpioneer.jupiter.issue that return types with arguments of type IssueTestSuiteModifier and TypeMethodDescription(package private) List<IssueTestSuite> IssueExtensionExecutionListener.createIssueTestSuites()