Uses of Package
org.junit.platform.engine.support.discovery
Packages that use org.junit.platform.engine.support.discovery
Package
Description
Configuration specific to the JUnit Jupiter test engine.
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test discovery within the JUnit Jupiter test engine.
Internal predicate classes used by test discovery within the JUnit Jupiter test engine.
Configurable test discovery implementation that can be reused by different test engines.
-
Classes in org.junit.platform.engine.support.discovery used by org.junit.jupiter.engine.config
-
Classes in org.junit.platform.engine.support.discovery used by org.junit.jupiter.engine.descriptor
-
Classes in org.junit.platform.engine.support.discovery used by org.junit.jupiter.engine.discovery
-
Classes in org.junit.platform.engine.support.discovery used by org.junit.jupiter.engine.discovery.predicates
-
Classes in org.junit.platform.engine.support.discovery used by org.junit.platform.engine.support.discoveryClassDescription
DiscoveryIssueReporterdefines the API for reportingDiscoveryIssues.Configurable test discovery implementation based onSelectorResolverandTestDescriptor.Visitorthat can be reused by differentTestEngines.Builder forEngineDiscoveryRequestResolver.The initialization context for creating resolvers and visitors that depend on theEngineDiscoveryRequestto be resolved or the engine descriptor that will be used to collect the results.A resolver that supports resolving one or multiple types ofDiscoverySelectors.The context for resolving aDiscoverySelectorand adding it to the test tree.An exact or partial match for resolving aDiscoverySelectorinto aTestDescriptor.The result of an attempt to resolve aDiscoverySelector.