Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description List<Class<? extends Annotation>>
annotations
List<Class<?>>
baseClasses
-
Constructor Summary
Constructors Constructor Description IncludeExcludeCriteria(Class<?>... criteria)
-