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 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.