Groovy Documentation

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

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

class ChainedTestRule
extends AbstractAstVisitorRule

A test method that invokes another test method is a chained test; the methods are dependent on one another. Tests should be atomic, and not be dependent on one another.

Authors:
Hamlet D'Arcy


Property Summary
String applyToClassNames

Class astVisitorClass

String name

int priority

 

Property Detail

applyToClassNames

String applyToClassNames


astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation