Uses of Interface
org.junit.platform.engine.TestEngine
Package
Description
Core package for the JUnit Jupiter test engine.
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Core package for the JUnit Platform Suite test engine.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.Core package for the JUnit Vintage test engine.
-
Uses of TestEngine in org.junit.jupiter.engine
-
Uses of TestEngine in org.junit.platform.engine.support.hierarchical
Modifier and TypeClassDescriptionclass
HierarchicalTestEngine<C extends EngineExecutionContext>
Abstract base class for allTestEngine
implementations that wish to organize test suites hierarchically based on theNode
abstraction. -
Uses of TestEngine in org.junit.platform.launcher
-
Uses of TestEngine in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionLauncherConfig.getAdditionalTestEngines()
Get the collection of additional test engines that should be added to theLauncher
.LauncherDiscoveryResult.getTestEngines()
ServiceLoaderTestEngineRegistry.loadTestEngines()
Modifier and TypeMethodDescriptionLauncherConfig.Builder.addTestEngines(TestEngine... engines)
Add all of the supplied test engines to the configuration.LauncherDiscoveryResult.getEngineTestDescriptor(TestEngine testEngine)
ModifierConstructorDescriptionEngineDiscoveryOrchestrator(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters)
-
Uses of TestEngine in org.junit.platform.suite.engine
-
Uses of TestEngine in org.junit.platform.testkit.engine
Modifier and TypeMethodDescriptionstatic EngineTestKit.Builder
EngineTestKit.engine(TestEngine testEngine)
Create an executionEngineTestKit.Builder
for the suppliedTestEngine
.static EngineExecutionResults
EngineTestKit.execute(TestEngine testEngine, EngineDiscoveryRequest discoveryRequest)
Deprecated.static EngineExecutionResults
EngineTestKit.execute(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest)
Execute tests for the givenLauncherDiscoveryRequest
using the suppliedTestEngine
. -
Uses of TestEngine in org.junit.vintage.engine
EngineTestKit.execute(TestEngine, LauncherDiscoveryRequest)
instead.