spock.config
Class IncludeExcludeCriteria
java.lang.Object
spock.config.IncludeExcludeCriteria
public class IncludeExcludeCriteria
- extends Object
Configuration indicating which specs and methods should be
included/excluded from a spec run. Specs can be included/excluded
based on their annotations and their (base) classes. Methods
can be included/excluded based on their annotations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotations
public List<Class<? extends Annotation>> annotations
baseClasses
public List<Class<?>> baseClasses
IncludeExcludeCriteria
public IncludeExcludeCriteria(Class<?>... criteria)
isEmpty
public boolean isEmpty()