Package | Description |
---|---|
org.junit.platform.engine |
Public API for test engines.
|
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
Modifier and Type | Field and Description |
---|---|
static EngineDiscoveryListener |
EngineDiscoveryListener.NOOP
No-op implementation of
EngineDiscoveryListener |
Modifier and Type | Method and Description |
---|---|
default EngineDiscoveryListener |
EngineDiscoveryRequest.getDiscoveryListener()
Get the
EngineDiscoveryListener for this request. |
Modifier and Type | Class and Description |
---|---|
class |
LauncherDiscoveryListener
Register a concrete implementation of this interface with a
LauncherDiscoveryRequestBuilder
to be notified of events that occur during test discovery. |
Copyright © 2020. All rights reserved.