| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
| Modifier and Type | Method and Description |
|---|---|
EngineExecutionResults |
EngineTestKit.Builder.execute()
Execute tests for the configured
TestEngine,
discovery selectors,
discovery filters, and
configuration parameters. |
static EngineExecutionResults |
EngineTestKit.execute(java.lang.String engineId,
EngineDiscoveryRequest discoveryRequest)
Deprecated.
Please use
EngineTestKit.execute(String, LauncherDiscoveryRequest)
instead. |
static EngineExecutionResults |
EngineTestKit.execute(java.lang.String engineId,
LauncherDiscoveryRequest discoveryRequest)
Execute tests for the given
LauncherDiscoveryRequest using the
TestEngine with the supplied ID. |
static EngineExecutionResults |
EngineTestKit.execute(TestEngine testEngine,
EngineDiscoveryRequest discoveryRequest)
Deprecated.
Please use
EngineTestKit.execute(TestEngine, LauncherDiscoveryRequest)
instead. |
static EngineExecutionResults |
EngineTestKit.execute(TestEngine testEngine,
LauncherDiscoveryRequest discoveryRequest)
Execute tests for the given
LauncherDiscoveryRequest using the
supplied TestEngine. |
EngineExecutionResults |
ExecutionRecorder.getExecutionResults()
Get the state of the engine's execution in the form of
EngineExecutionResults. |