Uses of Interface
org.junit.platform.engine.discovery.ClassNameFilter
-
Packages that use ClassNameFilter Package Description org.junit.platform.console.command Commands of JUnit's console launcher.org.junit.platform.engine.discovery org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform. -
-
Uses of ClassNameFilter in org.junit.platform.console.command
Methods in org.junit.platform.console.command that return ClassNameFilter Modifier and Type Method Description private static ClassNameFilterDiscoveryRequestCreator. includedClassNamePatterns(TestDiscoveryOptions options, java.util.List<? extends DiscoverySelector> selectors) -
Uses of ClassNameFilter in org.junit.platform.engine.discovery
Classes in org.junit.platform.engine.discovery that implement ClassNameFilter Modifier and Type Class Description (package private) classAbstractClassNameFilterAbstractClassNameFilterthat servers as a superclass for filters including or excluding fully qualified class names based on pattern-matching.(package private) classExcludeClassNameFilterClassNameFilterthat matches fully qualified class names against patterns in the form of regular expressions.(package private) classIncludeClassNameFilterClassNameFilterthat matches fully qualified class names against patterns in the form of regular expressions.Methods in org.junit.platform.engine.discovery that return ClassNameFilter Modifier and Type Method Description static ClassNameFilterClassNameFilter. excludeClassNamePatterns(java.lang.String... patterns)Create a new excludeClassNameFilterbased on the supplied patterns.static ClassNameFilterClassNameFilter. includeClassNamePatterns(java.lang.String... patterns)Create a new includeClassNameFilterbased on the supplied patterns. -
Uses of ClassNameFilter in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return ClassNameFilter Modifier and Type Method Description private ClassNameFilterSuiteLauncherDiscoveryRequestBuilder. createIncludeClassNameFilter(java.lang.String... patterns)
-