Package spock.config

Class 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.
    • Constructor Detail

      • IncludeExcludeCriteria

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

      • isEmpty

        public boolean isEmpty()