Uses of Interface
org.junit.platform.engine.EngineDiscoveryRequest

Packages that use EngineDiscoveryRequest
Package Description
org.junit.jupiter.engine
Core package for the JUnit Jupiter test engine.
org.junit.jupiter.engine.discovery
Internal classes for test discovery within the JUnit Jupiter test engine.
org.junit.platform.engine
Public API for test engines.
org.junit.platform.engine.support.discovery
Configurable test discovery implementation that can be reused by different test engines.
org.junit.platform.engine.support.filter
Filter-related support classes intended to be used by test engine implementations.
org.junit.platform.launcher
Public API for configuring and launching test plans.
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.
org.junit.vintage.engine.discovery
Internal classes for test discovery within the JUnit Vintage test engine.