[Groovy] Class Ignore
- groovy.mock.interceptor.Ignore
class Ignore extends Object
Helper object to support convenience "ignore.methodName" notation similar to demand notation. Can't be used with methods within java.lang.Object
.
Properties Summary
Type | Name and description |
---|---|
Object |
parent |
Constructor Summary
Constructor and description |
---|
Ignore
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
invokeMethod(String methodName, Object args) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
Object parent
Constructor Detail
Ignore()
Method Detail
Object invokeMethod(String methodName, Object args)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/mock/interceptor/Ignore.html