Uses of Interface
org.junit.platform.engine.EngineDiscoveryListener
Packages that use EngineDiscoveryListener
Package
Description
Public API for test engines.
Configurable test discovery implementation that can be reused by different test engines.
Public API for configuring and launching test plans.
-
Uses of EngineDiscoveryListener in org.junit.platform.engine
Fields in org.junit.platform.engine declared as EngineDiscoveryListenerModifier and TypeFieldDescriptionstatic final EngineDiscoveryListenerEngineDiscoveryListener.NOOPNo-op implementation ofEngineDiscoveryListenerMethods in org.junit.platform.engine that return EngineDiscoveryListenerModifier and TypeMethodDescriptiondefault EngineDiscoveryListenerEngineDiscoveryRequest.getDiscoveryListener()Get theEngineDiscoveryListenerfor this request. -
Uses of EngineDiscoveryListener in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type EngineDiscoveryListenerModifier and TypeMethodDescriptionstatic DiscoveryIssueReporterDiscoveryIssueReporter.forwarding(EngineDiscoveryListener engineDiscoveryListener, UniqueId engineId) Create a newDiscoveryIssueReporterthat reports issues to the suppliedEngineDiscoveryListenerfor the specified engine. -
Uses of EngineDiscoveryListener in org.junit.platform.launcher
Subinterfaces of EngineDiscoveryListener in org.junit.platform.launcherModifier and TypeInterfaceDescriptioninterfaceRegister a concrete implementation of this interface with aLauncherDiscoveryRequestBuilderorLauncherto be notified of events that occur during test discovery.