|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codenarc.rule.AbstractAstVisitorRule
groovy.org.codenarc.rule.junit.JUnitFailWithoutMessageRule
class JUnitFailWithoutMessageRule extends AbstractAstVisitorRule
This rule detects JUnit calling the fail() method without an argument. For better error reporting you should always provide a message.
Property Summary | |
---|---|
String |
applyToClassNames
|
Class |
astVisitorClass
|
String |
name
|
int |
priority
|
Property Detail |
---|
String applyToClassNames
Class astVisitorClass
String name
int priority
Groovy Documentation