Uses of Interface
org.junit.platform.engine.TestEngine
| Package | Description |
|---|---|
| org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
| org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| org.junit.platform.suite.engine |
Core package for the JUnit Platform Suite test engine.
|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
| org.junit.vintage.engine |
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 Modifier and Type Class Description classJupiterTestEngineThe JUnit JupiterTestEngine. -
Uses of TestEngine in org.junit.platform.engine.support.hierarchical
Classes in org.junit.platform.engine.support.hierarchical that implement TestEngine Modifier and Type Class Description classHierarchicalTestEngine<C extends EngineExecutionContext>Abstract base class for allTestEngineimplementations that wish to organize test suites hierarchically based on theNodeabstraction. -
Uses of TestEngine in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type TestEngine Modifier and Type Method Description FilterResultEngineFilter. apply(TestEngine testEngine) -
Uses of TestEngine in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return types with arguments of type TestEngine Modifier and Type Method Description Collection<TestEngine>LauncherConfig. getAdditionalTestEngines()Get the collection of additional test engines that should be added to theLauncher.Collection<TestEngine>LauncherDiscoveryResult. getTestEngines()Iterable<TestEngine>ServiceLoaderTestEngineRegistry. loadTestEngines()Methods in org.junit.platform.launcher.core with parameters of type TestEngine Modifier and Type Method Description LauncherConfig.BuilderLauncherConfig.Builder. addTestEngines(TestEngine... engines)Add all of the supplied test engines to the configuration.TestDescriptorLauncherDiscoveryResult. getEngineTestDescriptor(TestEngine testEngine)Constructor parameters in org.junit.platform.launcher.core with type arguments of type TestEngine Constructor Description EngineDiscoveryOrchestrator(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 Modifier and Type Class Description classSuiteTestEngineThe JUnit Platform SuiteTestEngine. -
Uses of TestEngine in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type TestEngine Modifier and Type Method Description static EngineTestKit.BuilderEngineTestKit. engine(TestEngine testEngine)Create an executionEngineTestKit.Builderfor the suppliedTestEngine.static EngineExecutionResultsEngineTestKit. execute(TestEngine testEngine, EngineDiscoveryRequest discoveryRequest)Deprecated.static EngineExecutionResultsEngineTestKit. execute(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest)Execute tests for the givenLauncherDiscoveryRequestusing the suppliedTestEngine. -
Uses of TestEngine in org.junit.vintage.engine
Classes in org.junit.vintage.engine that implement TestEngine Modifier and Type Class Description classVintageTestEngineThe JUnit VintageTestEngine.
EngineTestKit.execute(TestEngine, LauncherDiscoveryRequest)instead.