Class DelegatingMethod

java.lang.Object
org.mockito.internal.creation.DelegatingMethod
All Implemented Interfaces:
AbstractAwareMethod, MockitoMethod

public class DelegatingMethod extends Object implements MockitoMethod
  • Field Details

    • method

      private final Method method
    • parameterTypes

      private final Class<?>[] parameterTypes
  • Constructor Details

    • DelegatingMethod

      public DelegatingMethod(Method method)
  • Method Details