Uses of Interface
org.junit.platform.engine.EngineDiscoveryRequest
Package
Description
Core package for the JUnit Jupiter test engine.
Internal classes for test discovery within the JUnit Jupiter test engine.
Public API for test engines.
Configurable test discovery implementation that can be reused by different test engines.
Filter
-related support classes intended to be
used by test engine implementations.Public API for configuring and launching test plans.
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.
Internal classes for test discovery within the JUnit Vintage test engine.
-
Uses of EngineDiscoveryRequest in org.junit.jupiter.engine
Modifier and TypeMethodDescriptionJupiterTestEngine.discover(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId)
-
Uses of EngineDiscoveryRequest in org.junit.jupiter.engine.discovery
Modifier and TypeMethodDescriptionvoid
DiscoverySelectorResolver.resolveSelectors(EngineDiscoveryRequest request, JupiterEngineDescriptor engineDescriptor)
-
Uses of EngineDiscoveryRequest in org.junit.platform.engine
Modifier and TypeMethodDescriptionTestEngine.discover(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId)
Discover tests according to the suppliedEngineDiscoveryRequest
. -
Uses of EngineDiscoveryRequest in org.junit.platform.engine.support.discovery
Modifier and TypeMethodDescriptionEngineDiscoveryRequestResolver.InitializationContext.getDiscoveryRequest()
Get theEngineDiscoveryRequest
that is about to be resolved.Modifier and TypeMethodDescriptionvoid
EngineDiscoveryRequestResolver.resolve(EngineDiscoveryRequest request, T engineDescriptor)
Resolve the suppliedEngineDiscoveryRequest
and collect the results into the suppliedTestDescriptor
. -
Uses of EngineDiscoveryRequest in org.junit.platform.engine.support.filter
Modifier and TypeMethodDescriptionstatic ClassFilter
ClasspathScanningSupport.buildClassFilter(EngineDiscoveryRequest request, Predicate<Class<?>> classPredicate)
Deprecated.ClasspathScanningSupport.buildClassNamePredicate(EngineDiscoveryRequest request)
Deprecated.Please useEngineDiscoveryRequestResolver
instead. -
Uses of EngineDiscoveryRequest in org.junit.platform.launcher
Modifier and TypeInterfaceDescriptioninterface
LauncherDiscoveryRequest
extends theEngineDiscoveryRequest
API with additional filters that are applied by theLauncher
itself. -
Uses of EngineDiscoveryRequest in org.junit.platform.suite.engine
Modifier and TypeMethodDescriptionSuiteTestEngine.discover(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId)
-
Uses of EngineDiscoveryRequest in org.junit.platform.testkit.engine
Modifier and TypeMethodDescriptionstatic EngineExecutionResults
EngineTestKit.execute(String engineId, EngineDiscoveryRequest discoveryRequest)
Deprecated.Please useEngineTestKit.execute(String, LauncherDiscoveryRequest)
instead.static EngineExecutionResults
EngineTestKit.execute(TestEngine testEngine, EngineDiscoveryRequest discoveryRequest)
Deprecated.Please useEngineTestKit.execute(TestEngine, LauncherDiscoveryRequest)
instead. -
Uses of EngineDiscoveryRequest in org.junit.vintage.engine
Modifier and TypeMethodDescriptionVintageTestEngine.discover(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId)
-
Uses of EngineDiscoveryRequest in org.junit.vintage.engine.discovery
Modifier and TypeMethodDescriptionVintageDiscoverer.discover(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId)
EngineDiscoveryRequestResolver
instead.