Uses of Enum
org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type
Packages that use SelectorResolver.Match.Type
Package
Description
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of SelectorResolver.Match.Type in org.junit.platform.engine.support.discovery
Fields in org.junit.platform.engine.support.discovery declared as SelectorResolver.Match.TypeModifier and TypeFieldDescriptionprivate final SelectorResolver.Match.Type
SelectorResolver.Match.type
Methods in org.junit.platform.engine.support.discovery that return SelectorResolver.Match.TypeModifier and TypeMethodDescriptionstatic SelectorResolver.Match.Type
Returns the enum constant of this type with the specified name.static SelectorResolver.Match.Type[]
SelectorResolver.Match.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.junit.platform.engine.support.discovery with parameters of type SelectorResolver.Match.TypeModifierConstructorDescriptionprivate
Match
(TestDescriptor testDescriptor, Supplier<Set<? extends DiscoverySelector>> childSelectorsSupplier, SelectorResolver.Match.Type type)