Groovy 1.7.2

groovy.mock.interceptor
Class Ignore

java.lang.Object
  groovy.mock.interceptor.Ignore

public 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.

author:
Paul King


Method Summary
Object invokeMethod(String methodName, Object args)

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Method Detail

invokeMethod

public Object invokeMethod(String methodName, Object args)


 

Copyright © 2003-2010 The Codehaus. All rights reserved.