Class GroovyMockInterceptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object intercept​(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] arguments, IResponseGenerator realMethodInvoker)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroovyMockInterceptor

        public GroovyMockInterceptor​(IMockConfiguration mockConfiguration,
                                     Specification specification,
                                     groovy.lang.MetaClass mockMetaClass)