|
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.JUnitLostTestRule
class JUnitLostTestRule extends AbstractAstVisitorRule
Rule that checks if a JUnit 4 test class contains public, instance, void, no-arg methods named test*() that are NOT annotated with
applyToFilesMatching to only match source code file
paths ending in 'Test.groovy' or 'Tests.groovy'.| Property Summary | |
|---|---|
String |
applyToClassNames
|
Class |
astVisitorClass
|
String |
name
|
int |
priority
|
| Property Detail |
|---|
String applyToClassNames
Class astVisitorClass
String name
int priority
Groovy Documentation