Visits code searching for assert statements or assert.* method calls.
Type | Name and description |
---|---|
Set<String> |
assertMethodPatterns |
def |
assertionFound |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement statement) |
|
void |
visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression call) |