Groovy Documentation

groovy.org.codenarc.rule.junit
[Groovy] Class SpockIgnoreRestUsedRule

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.org.codenarc.rule.junit.SpockIgnoreRestUsedRule

class SpockIgnoreRestUsedRule
extends AbstractAstVisitorRule

If Spock's

IgnoreRest:
on any method, all non-annotated test methods are not executed. This behaviour is almost always unintended. It's fine to use
IgnoreRest:
locally during development, but when committing code, it should be removed.
Authors:
Jan Ahrens
Stefan Armbruster
Chris Mair


Property Summary
Class astVisitorClass

String name

int priority

String specificationClassNames

String specificationSuperclassNames

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


specificationClassNames

String specificationClassNames


specificationSuperclassNames

String specificationSuperclassNames


 

Groovy Documentation