Uses of Interface
org.junit.platform.engine.TestEngine
-
Packages that use 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 anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction.org.junit.platform.launcher Public API for configuring and launching test plans.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 class
JupiterTestEngine
The 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 class
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 Modifier and Type Method Description FilterResult
EngineFilter. apply(TestEngine testEngine)
-
Uses of TestEngine in org.junit.vintage.engine
Classes in org.junit.vintage.engine that implement TestEngine Modifier and Type Class Description class
VintageTestEngine
The JUnit VintageTestEngine
.
-