|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Class Summary | |
---|---|
JUnitAssertAlwaysFailsAstVisitor | |
JUnitAssertAlwaysFailsRule | Rule that checks for JUnit assert() method calls with constant arguments
such that the assertion always fails. |
JUnitAssertAlwaysSucceedsAstVisitor | |
JUnitAssertAlwaysSucceedsRule | Rule that checks for JUnit assert() method calls with constant arguments
such that the assertion always succeeds. |
JUnitPublicNonTestMethodAstVisitor | |
JUnitPublicNonTestMethodRule | Rule that checks if a JUnit test class contains public methods other than:
|
JUnitSetUpCallsSuperAstVisitor | |
JUnitSetUpCallsSuperRule | Rule that checks that if the JUnit setUp() method is defined, that it includes a call to
super.setUp() .
|
JUnitTearDownCallsSuperAstVisitor | |
JUnitTearDownCallsSuperRule | Rule that checks that if the JUnit tearDown() method is defined, that it includes a call to
super.tearDown() .
|
JUnitUtil | Utility methods for JUnit rule classes. |
Groovy Documentation