Class PowerMockMethodInterceptorFilter

  • All Implemented Interfaces:
    java.io.Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

    class PowerMockMethodInterceptorFilter
    extends MethodInterceptorFilter
    • Constructor Detail

      • PowerMockMethodInterceptorFilter

        public PowerMockMethodInterceptorFilter​(org.mockito.internal.InternalMockHandler handler,
                                                org.mockito.mock.MockCreationSettings mockSettings)
    • Method Detail

      • intercept

        public java.lang.Object intercept​(java.lang.Object proxy,
                                          java.lang.reflect.Method method,
                                          java.lang.Object[] args,
                                          net.sf.cglib.proxy.MethodProxy methodProxy)
                                   throws java.lang.Throwable
        Specified by:
        intercept in interface net.sf.cglib.proxy.MethodInterceptor
        Overrides:
        intercept in class MethodInterceptorFilter
        Throws:
        java.lang.Throwable