Class IncludeClassNameFilter

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

class IncludeClassNameFilter 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 included.

Since:
1.0