Uses of Interface
org.junit.platform.engine.TestEngine
Packages that use 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
Classes in org.junit.jupiter.engine that implement TestEngine -
Uses of TestEngine in org.junit.platform.engine.support.hierarchical
Classes in org.junit.platform.engine.support.hierarchical that implement TestEngineModifier 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
Methods in org.junit.platform.launcher with parameters of type TestEngine -
Uses of TestEngine in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return types with arguments of type TestEngineModifier and TypeMethodDescriptionLauncherConfig.getAdditionalTestEngines()
Get the collection of additional test engines that should be added to theLauncher
.LauncherDiscoveryResult.getTestEngines()
ServiceLoaderTestEngineRegistry.loadTestEngines()
Methods in org.junit.platform.launcher.core with parameters of type TestEngineModifier and TypeMethodDescriptionLauncherConfig.Builder.addTestEngines
(TestEngine... engines) Add all of the supplied test engines to the configuration.LauncherDiscoveryResult.getDiscoveryIssues
(TestEngine testEngine) LauncherDiscoveryResult.getEngineTestDescriptor
(TestEngine testEngine) Constructor parameters in org.junit.platform.launcher.core with type arguments of type TestEngineModifierConstructorDescriptionEngineDiscoveryOrchestrator
(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters) -
Uses of TestEngine in org.junit.platform.suite.engine
Classes in org.junit.platform.suite.engine that implement TestEngine -
Uses of TestEngine in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type TestEngineModifier and TypeMethodDescriptionstatic EngineDiscoveryResults
EngineTestKit.discover
(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest) Discover tests for the givenLauncherDiscoveryRequest
using the suppliedTestEngine
.static 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
Classes in org.junit.vintage.engine that implement TestEngine
EngineTestKit.execute(TestEngine, LauncherDiscoveryRequest)
instead.