| Package | Description |
|---|---|
| org.junit.platform.suite.commons |
Common support utilities for executing test suites on the JUnit Platform.
|
| Class and Description |
|---|
SelectClasses
@SelectClasses specifies the classes to select when running
a test suite on the JUnit Platform. |
SelectMethod
@SelectMethod is a repeatable annotation that
specifies a method to select when running a test suite on the JUnit
Platform. |