Uses of Interface
org.junit.platform.engine.EngineDiscoveryRequest
Packages that use 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 support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.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
Methods in org.junit.jupiter.engine with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionJupiterTestEngine.discover
(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId) -
Uses of EngineDiscoveryRequest in org.junit.jupiter.engine.discovery
Methods in org.junit.jupiter.engine.discovery with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionvoid
DiscoverySelectorResolver.resolveSelectors
(EngineDiscoveryRequest request, JupiterEngineDescriptor engineDescriptor) -
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
Fields in org.junit.platform.engine.support.discovery declared as EngineDiscoveryRequestModifier and TypeFieldDescriptionprivate final EngineDiscoveryRequest
EngineDiscoveryRequestResolution.request
private final EngineDiscoveryRequest
EngineDiscoveryRequestResolver.DefaultInitializationContext.request
Methods in org.junit.platform.engine.support.discovery that return EngineDiscoveryRequestModifier and TypeMethodDescriptionEngineDiscoveryRequestResolver.DefaultInitializationContext.getDiscoveryRequest()
EngineDiscoveryRequestResolver.InitializationContext.getDiscoveryRequest()
Get theEngineDiscoveryRequest
that is about to be resolved.Methods in org.junit.platform.engine.support.discovery with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionEngineDiscoveryRequestResolver.DefaultInitializationContext.buildClassNamePredicate
(EngineDiscoveryRequest request) Build aPredicate
for fully qualified class names to be used for classpath scanning from anEngineDiscoveryRequest
.void
EngineDiscoveryRequestResolver.resolve
(EngineDiscoveryRequest request, T engineDescriptor) Resolve the suppliedEngineDiscoveryRequest
and collect the results into the suppliedTestDescriptor
.Constructors in org.junit.platform.engine.support.discovery with parameters of type EngineDiscoveryRequestModifierConstructorDescription(package private)
DefaultInitializationContext
(EngineDiscoveryRequest request, T engineDescriptor) (package private)
EngineDiscoveryRequestResolution
(EngineDiscoveryRequest request, TestDescriptor engineDescriptor, List<SelectorResolver> resolvers, List<TestDescriptor.Visitor> visitors) -
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. -
Uses of EngineDiscoveryRequest in org.junit.platform.launcher
Subinterfaces of EngineDiscoveryRequest in org.junit.platform.launcherModifier and TypeInterfaceDescriptioninterface
LauncherDiscoveryRequest
extends theEngineDiscoveryRequest
API with additional filters that are applied by theLauncher
itself. -
Uses of EngineDiscoveryRequest in org.junit.platform.launcher.core
Classes in org.junit.platform.launcher.core that implement EngineDiscoveryRequestModifier and TypeClassDescription(package private) final class
DefaultDiscoveryRequest
is the default implementation of theEngineDiscoveryRequest
andLauncherDiscoveryRequest
APIs. -
Uses of EngineDiscoveryRequest in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type EngineDiscoveryRequestModifier 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.private static void
EngineTestKit.executeDirectly
(TestEngine testEngine, EngineDiscoveryRequest discoveryRequest, EngineExecutionListener listener) -
Uses of EngineDiscoveryRequest in org.junit.vintage.engine
Methods in org.junit.vintage.engine with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionVintageTestEngine.discover
(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId) -
Uses of EngineDiscoveryRequest in org.junit.vintage.engine.discovery
Methods in org.junit.vintage.engine.discovery with parameters of type EngineDiscoveryRequestModifier and TypeMethodDescriptionVintageDiscoverer.discover
(EngineDiscoveryRequest discoveryRequest, UniqueId uniqueId)
EngineDiscoveryRequestResolver
instead.