|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectspock.config.IncludeExcludeCriteria
public class IncludeExcludeCriteria
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 | |
|---|---|
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> |
annotations
|
java.util.List<java.lang.Class<?>> |
baseClasses
|
| Constructor Summary | |
|---|---|
IncludeExcludeCriteria(java.lang.Class<?>... criteria)
|
|
| Method Summary | |
|---|---|
boolean |
isEmpty()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations
public java.util.List<java.lang.Class<?>> baseClasses
| Constructor Detail |
|---|
public IncludeExcludeCriteria(java.lang.Class<?>... criteria)
| Method Detail |
|---|
public boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||