|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codenarc.rule.junit.JUnitUtil
class JUnitUtil
Utility methods for JUnit rule classes. This class is not intended for general use.
Constructor Summary | |
private JUnitUtil()
Private constructor. |
Method Summary | |
---|---|
protected static boolean
|
isAssertConstantValueCall(MethodCallExpression methodCall, String methodName, Object value)
Return true if the MethodCallExpression represents a JUnit assert method call with the specified method name and constant argument value. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
private JUnitUtil()
Method Detail |
---|
protected static boolean isAssertConstantValueCall(MethodCallExpression methodCall, String methodName, Object value)
Groovy Documentation