Uses of Interface
org.junit.platform.engine.discovery.ClassNameFilter
Packages that use ClassNameFilter
Package
Description
Common support utilities for executing test suites on the JUnit Platform.
-
Uses of ClassNameFilter in org.junit.platform.engine.discovery
Classes in org.junit.platform.engine.discovery that implement ClassNameFilterModifier and TypeClassDescription(package private) class
AbstractClassNameFilter
that servers as a superclass for filters including or excluding fully qualified class names based on pattern-matching.(package private) class
ClassNameFilter
that matches fully qualified class names against patterns in the form of regular expressions.(package private) class
ClassNameFilter
that matches fully qualified class names against patterns in the form of regular expressions.Methods in org.junit.platform.engine.discovery that return ClassNameFilterModifier and TypeMethodDescriptionstatic ClassNameFilter
ClassNameFilter.excludeClassNamePatterns
(String... patterns) Create a new excludeClassNameFilter
based on the supplied patterns.static ClassNameFilter
ClassNameFilter.includeClassNamePatterns
(String... patterns) Create a new includeClassNameFilter
based on the supplied patterns. -
Uses of ClassNameFilter in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return ClassNameFilterModifier and TypeMethodDescriptionprivate ClassNameFilter
SuiteLauncherDiscoveryRequestBuilder.createIncludeClassNameFilter
(String... patterns)