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 theEngineDiscoveryRequestthat is about to be resolved.Methods in org.junit.platform.engine.support.discovery with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionvoidEngineDiscoveryRequestResolver.resolve(EngineDiscoveryRequest request, T engineDescriptor) Resolve the suppliedEngineDiscoveryRequestand 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.support.scanning.ClassFilterClasspathScanningSupport.buildClassFilter(EngineDiscoveryRequest request, Predicate<Class<?>> classPredicate) Deprecated.ClasspathScanningSupport.buildClassNamePredicate(EngineDiscoveryRequest request) Deprecated.Please useEngineDiscoveryRequestResolverinstead.
EngineDiscoveryRequestResolverinstead.