| Package | Description |
|---|---|
| org.junit.platform.engine |
Public API for test engines.
|
| org.junit.platform.engine.discovery |
| Modifier and Type | Method | Description |
|---|---|---|
<T extends DiscoveryFilter<?>> |
EngineDiscoveryRequest.getFiltersByType(Class<T> filterType) |
Get the
DiscoveryFilters for this request, filtered
by a particular type. |
| Modifier and Type | Interface | 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. |
Copyright © 2019. All rights reserved.