|
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.JUnitPublicPropertyRule
class JUnitPublicPropertyRule extends AbstractAstVisitorRule
Checks for public properties defined on JUnit test classes. There should typically be no need to expose a public property on a test class.
| Property Summary | |
|---|---|
String |
applyToClassNames
|
Class |
astVisitorClass
|
String |
ignorePropertyNames
|
String |
name
|
int |
priority
|
| Property Detail |
|---|
String applyToClassNames
Class astVisitorClass
String ignorePropertyNames
String name
int priority
Groovy Documentation