Uses of Package
org.junit.platform.engine.discovery
-
Packages that use org.junit.platform.engine.discovery Package Description org.junit.jupiter.engine.discovery Internal classes for test discovery within the JUnit Jupiter test engine.org.junit.platform.console.command Commands of JUnit's console launcher.org.junit.platform.console.options Command-line option utility classes of JUnit's console launcher.org.junit.platform.engine.discovery org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform.org.junit.vintage.engine.discovery Internal classes for test discovery within the JUnit Vintage test engine. -
Classes in org.junit.platform.engine.discovery used by org.junit.jupiter.engine.discovery Class Description ClassSelector ADiscoverySelectorthat selects aClassor class name so thatTestEnginescan discover tests or containers based on classes.IterationSelector ADiscoverySelectorthat selects the iterations of a parentDiscoverySelectorvia their indices so thatTestEnginescan discover a subset of the iterations of tests or containers.MethodSelector ADiscoverySelectorthat selects aMethodor a combination of class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.NestedClassSelector ADiscoverySelectorthat selects a nestedClassor class name enclosed in other classes so thatTestEnginescan discover tests or containers based on classes.NestedMethodSelector ADiscoverySelectorthat selects a nestedMethodor a combination of enclosing class names, class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.UniqueIdSelector ADiscoverySelectorthat selects aUniqueIdso thatTestEnginescan discover tests or containers based on unique IDs. -
Classes in org.junit.platform.engine.discovery used by org.junit.platform.console.command Class Description ClassNameFilter DiscoveryFilterthat is applied to the name of aClass.ClasspathRootSelector ADiscoverySelectorthat selects a classpath root so thatTestEnginescan search for class files or resources within the physical classpath — for example, to scan for test classes. -
Classes in org.junit.platform.engine.discovery used by org.junit.platform.console.options Class Description ClasspathResourceSelector ADiscoverySelectorthat selects the name of a classpath resource so thatTestEnginescan load resources from the classpath — for example, to load XML or JSON files from the classpath, potentially within JARs.ClassSelector ADiscoverySelectorthat selects aClassor class name so thatTestEnginescan discover tests or containers based on classes.DirectorySelector ADiscoverySelectorthat selects a directory so thatTestEnginescan discover tests or containers based on directories in the file system.FileSelector ADiscoverySelectorthat selects a file so thatTestEnginescan discover tests or containers based on files in the file system.IterationSelector ADiscoverySelectorthat selects the iterations of a parentDiscoverySelectorvia their indices so thatTestEnginescan discover a subset of the iterations of tests or containers.MethodSelector ADiscoverySelectorthat selects aMethodor a combination of class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.ModuleSelector ADiscoverySelectorthat selects a module name so thatTestEnginescan discover tests or containers based on modules.PackageSelector ADiscoverySelectorthat selects a package name so thatTestEnginescan discover tests or containers based on packages.UniqueIdSelector ADiscoverySelectorthat selects aUniqueIdso thatTestEnginescan discover tests or containers based on unique IDs.UriSelector ADiscoverySelectorthat selects aURIso thatTestEnginescan discover tests or containers based on URIs. -
Classes in org.junit.platform.engine.discovery used by org.junit.platform.engine.discovery Class Description AbstractClassNameFilter AbstractClassNameFilterthat servers as a superclass for filters including or excluding fully qualified class names based on pattern-matching.ClassNameFilter DiscoveryFilterthat is applied to the name of aClass.ClasspathResourceSelector ADiscoverySelectorthat selects the name of a classpath resource so thatTestEnginescan load resources from the classpath — for example, to load XML or JSON files from the classpath, potentially within JARs.ClasspathRootSelector ADiscoverySelectorthat selects a classpath root so thatTestEnginescan search for class files or resources within the physical classpath — for example, to scan for test classes.ClassSelector ADiscoverySelectorthat selects aClassor class name so thatTestEnginescan discover tests or containers based on classes.DirectorySelector ADiscoverySelectorthat selects a directory so thatTestEnginescan discover tests or containers based on directories in the file system.DiscoverySelectorIdentifierParser Parser for aDiscoverySelectorIdentifierwith a specific prefix.DiscoverySelectorIdentifierParser.Context Context for parsingDiscoverySelectorIdentifiers.DiscoverySelectorIdentifierParsers.Singleton FilePosition FileSelector ADiscoverySelectorthat selects a file so thatTestEnginescan discover tests or containers based on files in the file system.IterationSelector ADiscoverySelectorthat selects the iterations of a parentDiscoverySelectorvia their indices so thatTestEnginescan discover a subset of the iterations of tests or containers.MethodSelector ADiscoverySelectorthat selects aMethodor a combination of class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.ModuleSelector ADiscoverySelectorthat selects a module name so thatTestEnginescan discover tests or containers based on modules.NestedClassSelector ADiscoverySelectorthat selects a nestedClassor class name enclosed in other classes so thatTestEnginescan discover tests or containers based on classes.NestedMethodSelector ADiscoverySelectorthat selects a nestedMethodor a combination of enclosing class names, class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.PackageNameFilter DiscoveryFilterthat is applied to the name of aPackage.PackageSelector ADiscoverySelectorthat selects a package name so thatTestEnginescan discover tests or containers based on packages.UniqueIdSelector ADiscoverySelectorthat selects aUniqueIdso thatTestEnginescan discover tests or containers based on unique IDs.UriSelector ADiscoverySelectorthat selects aURIso thatTestEnginescan discover tests or containers based on URIs. -
Classes in org.junit.platform.engine.discovery used by org.junit.platform.engine.support.discovery Class Description ClasspathResourceSelector ADiscoverySelectorthat selects the name of a classpath resource so thatTestEnginescan load resources from the classpath — for example, to load XML or JSON files from the classpath, potentially within JARs.ClasspathRootSelector ADiscoverySelectorthat selects a classpath root so thatTestEnginescan search for class files or resources within the physical classpath — for example, to scan for test classes.ClassSelector ADiscoverySelectorthat selects aClassor class name so thatTestEnginescan discover tests or containers based on classes.DirectorySelector ADiscoverySelectorthat selects a directory so thatTestEnginescan discover tests or containers based on directories in the file system.FileSelector ADiscoverySelectorthat selects a file so thatTestEnginescan discover tests or containers based on files in the file system.IterationSelector ADiscoverySelectorthat selects the iterations of a parentDiscoverySelectorvia their indices so thatTestEnginescan discover a subset of the iterations of tests or containers.MethodSelector ADiscoverySelectorthat selects aMethodor a combination of class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.ModuleSelector ADiscoverySelectorthat selects a module name so thatTestEnginescan discover tests or containers based on modules.NestedClassSelector ADiscoverySelectorthat selects a nestedClassor class name enclosed in other classes so thatTestEnginescan discover tests or containers based on classes.NestedMethodSelector ADiscoverySelectorthat selects a nestedMethodor a combination of enclosing class names, class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.PackageSelector ADiscoverySelectorthat selects a package name so thatTestEnginescan discover tests or containers based on packages.UniqueIdSelector ADiscoverySelectorthat selects aUniqueIdso thatTestEnginescan discover tests or containers based on unique IDs.UriSelector ADiscoverySelectorthat selects aURIso thatTestEnginescan discover tests or containers based on URIs. -
Classes in org.junit.platform.engine.discovery used by org.junit.platform.launcher.core Class Description FilePosition -
Classes in org.junit.platform.engine.discovery used by org.junit.platform.suite.commons Class Description ClassNameFilter DiscoveryFilterthat is applied to the name of aClass.ClasspathResourceSelector ADiscoverySelectorthat selects the name of a classpath resource so thatTestEnginescan load resources from the classpath — for example, to load XML or JSON files from the classpath, potentially within JARs.ClassSelector ADiscoverySelectorthat selects aClassor class name so thatTestEnginescan discover tests or containers based on classes.DirectorySelector ADiscoverySelectorthat selects a directory so thatTestEnginescan discover tests or containers based on directories in the file system.FileSelector ADiscoverySelectorthat selects a file so thatTestEnginescan discover tests or containers based on files in the file system.MethodSelector ADiscoverySelectorthat selects aMethodor a combination of class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.ModuleSelector ADiscoverySelectorthat selects a module name so thatTestEnginescan discover tests or containers based on modules.PackageSelector ADiscoverySelectorthat selects a package name so thatTestEnginescan discover tests or containers based on packages.UriSelector ADiscoverySelectorthat selects aURIso thatTestEnginescan discover tests or containers based on URIs. -
Classes in org.junit.platform.engine.discovery used by org.junit.vintage.engine.discovery Class Description ClassSelector ADiscoverySelectorthat selects aClassor class name so thatTestEnginescan discover tests or containers based on classes.MethodSelector ADiscoverySelectorthat selects aMethodor a combination of class name, method name, and parameter types so thatTestEnginescan discover tests or containers based on methods.UniqueIdSelector ADiscoverySelectorthat selects aUniqueIdso thatTestEnginescan discover tests or containers based on unique IDs.