Module org.junit.platform.engine
Package org.junit.platform.engine.discovery
package org.junit.platform.engine.discovery
-
ClassDescription
DiscoveryFilter
that is applied to the name of aClass
.ADiscoverySelector
that selects the name of a classpath resource so thatTestEngines
can load resources from the classpath — for example, to load XML or JSON files from the classpath, potentially within JARs.ADiscoverySelector
that selects a classpath root so thatTestEngines
can search for class files or resources within the physical classpath — for example, to scan for test classes.ADiscoverySelector
that selects aClass
or class name so thatTestEngines
can discover tests or containers based on classes.ADiscoverySelector
that selects a directory so thatTestEngines
can discover tests or containers based on directories in the file system.Parser forDiscoverySelectorIdentifiers
with a specific prefix.Context for parsingDiscoverySelectorIdentifiers
.Collection ofstatic
factory methods for creatingDiscoverySelectors
.ADiscoverySelector
that selects a file so thatTestEngines
can discover tests or containers based on files in the file system.ADiscoverySelector
that selects the iterations of a parentDiscoverySelector
via their indices so thatTestEngines
can discover a subset of the iterations of tests or containers.ADiscoverySelector
that selects aMethod
or a combination of class name, method name, and parameter types so thatTestEngines
can discover tests or containers based on methods.ADiscoverySelector
that selects a module name so thatTestEngines
can discover tests or containers based on modules.ADiscoverySelector
that selects a nestedClass
or class name enclosed in other classes so thatTestEngines
can discover tests or containers based on classes.ADiscoverySelector
that selects a nestedMethod
or a combination of enclosing classes names, class name, method name, and parameter types so thatTestEngines
can discover tests or containers based on methods.DiscoveryFilter
that is applied to the name of aPackage
.ADiscoverySelector
that selects a package name so thatTestEngines
can discover tests or containers based on packages.ADiscoverySelector
that selects aUniqueId
so thatTestEngines
can discover tests or containers based on unique IDs.ADiscoverySelector
that selects aURI
so thatTestEngines
can discover tests or containers based on URIs.