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.
-
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 suppliedTestDescriptorwhile forwarding encountered discovery issues to theEngineDiscoveryRequest'sEngineDiscoveryListener.voidEngineDiscoveryRequestResolver.resolve(EngineDiscoveryRequest request, T engineDescriptor, DiscoveryIssueReporter issueReporter) Resolve the suppliedEngineDiscoveryRequestand collect the results into the suppliedTestDescriptorusing the suppliedDiscoveryIssueReporterto report issues encountered during resolution.