Uses of Class
org.junitpioneer.jupiter.IssueTestSuite
-
Packages that use IssueTestSuite 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 IssueTestSuite in org.junitpioneer.jupiter
Method parameters in org.junitpioneer.jupiter with type arguments of type IssueTestSuite Modifier and Type Method Description voidIssueProcessor. processTestResults(java.util.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 IssueTestSuite Modifier and Type Method Description (package private) java.util.List<IssueTestSuite>IssueExtensionExecutionListener. createIssueTestSuites()
-