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) classPackageNameFilterthat matches fully qualified package names that are not prefixed by one of the package names provided to the filter.(package private) classPackageNameFilterthat 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 PackageNameFilterPackageNameFilter.excludePackageNames(String... names) Create a new excludePackageNameFilterbased on the supplied package names.static PackageNameFilterPackageNameFilter.excludePackageNames(List<String> names) Create a new excludePackageNameFilterbased on the supplied package names.static PackageNameFilterPackageNameFilter.includePackageNames(String... names) Create a new includePackageNameFilterbased on the supplied package names.static PackageNameFilterPackageNameFilter.includePackageNames(List<String> names) Create a new includePackageNameFilterbased on the supplied package names.