Uses of Interface
org.junit.platform.engine.discovery.PackageNameFilter
Packages that use PackageNameFilter
Package
Description
-
Uses of PackageNameFilter in org.junit.platform.engine.discovery
Classes in org.junit.platform.engine.discovery that implement PackageNameFilterModifier and TypeClassDescription(package private) class
PackageNameFilter
that matches fully qualified package names that are not prefixed by one of the package names provided to the filter.(package private) class
PackageNameFilter
that matches fully qualified package names that are prefixed by one of the package names provided to the filter.Methods in org.junit.platform.engine.discovery that return PackageNameFilterModifier and TypeMethodDescriptionstatic PackageNameFilter
PackageNameFilter.excludePackageNames
(String... names) Create a new excludePackageNameFilter
based on the supplied package names.static PackageNameFilter
PackageNameFilter.excludePackageNames
(List<String> names) Create a new excludePackageNameFilter
based on the supplied package names.static PackageNameFilter
PackageNameFilter.includePackageNames
(String... names) Create a new includePackageNameFilter
based on the supplied package names.static PackageNameFilter
PackageNameFilter.includePackageNames
(List<String> names) Create a new includePackageNameFilter
based on the supplied package names.