Uses of Interface
org.junit.platform.engine.EngineDiscoveryRequest
Packages that use EngineDiscoveryRequest
Package
Description
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.-
Uses of EngineDiscoveryRequest in org.junit.platform.engine
Methods in org.junit.platform.engine with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionTestEngine.discover
(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId) Discover tests according to the suppliedEngineDiscoveryRequest
. -
Uses of EngineDiscoveryRequest in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery that return EngineDiscoveryRequestModifier and TypeMethodDescriptionEngineDiscoveryRequestResolver.InitializationContext.getDiscoveryRequest()
Get theEngineDiscoveryRequest
that is about to be resolved.Methods in org.junit.platform.engine.support.discovery with parameters of type EngineDiscoveryRequestModifier 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
Methods in org.junit.platform.engine.support.filter with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionstatic org.junit.platform.commons.util.ClassFilter
ClasspathScanningSupport.buildClassFilter
(EngineDiscoveryRequest request, Predicate<Class<?>> classPredicate) Deprecated.ClasspathScanningSupport.buildClassNamePredicate
(EngineDiscoveryRequest request) Deprecated.Please useEngineDiscoveryRequestResolver
instead.
EngineDiscoveryRequestResolver
instead.