| Package | Description |
|---|---|
| org.junit.platform.engine |
Public API for test engines.
|
| org.junit.platform.engine.discovery |
| Modifier and Type | Method and Description |
|---|---|
<T extends DiscoveryFilter<?>> |
EngineDiscoveryRequest.getFiltersByType(java.lang.Class<T> filterType)
Get the
DiscoveryFilters for this request, filtered
by a particular type. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassNameFilter
DiscoveryFilter that is applied to the name of a Class. |
interface |
PackageNameFilter
DiscoveryFilter that is applied to the name of a Package. |