| Package | Description |
|---|---|
| org.junit.platform.engine |
Public API for test engines.
|
| org.junit.platform.engine.support.filter |
Filter-related support classes intended to be
used by test engine implementations. |
| Modifier and Type | Method and Description |
|---|---|
TestDescriptor |
TestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId)
Discover tests according to the supplied
EngineDiscoveryRequest. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Predicate<java.lang.String> |
ClasspathScanningSupport.buildClassNamePredicate(EngineDiscoveryRequest request)
Build a
Predicate for fully qualified class names to be used for
classpath scanning from an EngineDiscoveryRequest. |