Uses of Interface
org.junit.platform.engine.discovery.ClassNameFilter
Packages that use ClassNameFilter
Package
Description
-
Uses of ClassNameFilter in org.junit.platform.engine.discovery
Classes in org.junit.platform.engine.discovery that implement ClassNameFilterModifier and TypeClassDescription(package private) classAbstractClassNameFilterthat servers as a superclass for filters including or excluding fully qualified class names based on pattern-matching.(package private) classClassNameFilterthat matches fully qualified class names against patterns in the form of regular expressions.(package private) classClassNameFilterthat 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 ClassNameFilterClassNameFilter.excludeClassNamePatterns(String... patterns) Create a new excludeClassNameFilterbased on the supplied patterns.static ClassNameFilterClassNameFilter.includeClassNamePatterns(String... patterns) Create a new includeClassNameFilterbased on the supplied patterns.