Class ExcludeClassNameFilter

java.lang.Object
org.junit.platform.engine.discovery.AbstractClassNameFilter
org.junit.platform.engine.discovery.ExcludeClassNameFilter
All Implemented Interfaces:
ClassNameFilter, DiscoveryFilter<String>, Filter<String>

class ExcludeClassNameFilter extends AbstractClassNameFilter
ClassNameFilter that matches fully qualified class names against patterns in the form of regular expressions.

If the fully qualified name of a class matches against at least one pattern, the class will be excluded.

Since:
1.0