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.
Author:
Peter Niederwieser
  • Field Details

  • Constructor Details

    • IncludeExcludeCriteria

      public IncludeExcludeCriteria(Class<?>... criteria)
  • Method Details

    • isEmpty

      public boolean isEmpty()