Package | Description |
---|---|
org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
org.junit.platform.engine |
Public API for test engines.
|
org.junit.platform.engine.support.discovery |
Configurable test discovery implementation that can be reused by different test engines.
|
org.junit.platform.engine.support.filter |
Filter -related support classes intended to be
used by test engine implementations. |
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
org.junit.vintage.engine |
Core package for the JUnit Vintage test engine.
|
org.junit.vintage.engine.discovery |
Internal classes for test discovery within the JUnit Vintage test engine.
|
Modifier and Type | Method and Description |
---|---|
TestDescriptor |
JupiterTestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoverySelectorResolver.resolveSelectors(EngineDiscoveryRequest request,
JupiterEngineDescriptor engineDescriptor) |
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 |
---|---|
EngineDiscoveryRequest |
EngineDiscoveryRequestResolver.InitializationContext.getDiscoveryRequest()
Get the
EngineDiscoveryRequest that is about to be resolved. |
Modifier and Type | Method and Description |
---|---|
void |
EngineDiscoveryRequestResolver.resolve(EngineDiscoveryRequest request,
T engineDescriptor)
Resolve the supplied
EngineDiscoveryRequest and collect the
results into the supplied TestDescriptor . |
Modifier and Type | Method and Description |
---|---|
static ClassFilter |
ClasspathScanningSupport.buildClassFilter(EngineDiscoveryRequest request,
Predicate<Class<?>> classPredicate)
Deprecated.
Please use
EngineDiscoveryRequestResolver |
static Predicate<String> |
ClasspathScanningSupport.buildClassNamePredicate(EngineDiscoveryRequest request)
Deprecated.
Please use
EngineDiscoveryRequestResolver |
Modifier and Type | Interface and Description |
---|---|
interface |
LauncherDiscoveryRequest
LauncherDiscoveryRequest extends the EngineDiscoveryRequest API
with additional filters that are applied by the Launcher itself. |
Modifier and Type | Method and Description |
---|---|
TestDescriptor |
VintageTestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
Modifier and Type | Method and Description |
---|---|
TestDescriptor |
VintageDiscoverer.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
Copyright © 2019. All rights reserved.