Interface MockitoMethod

All Superinterfaces:
AbstractAwareMethod
All Known Implementing Classes:
DelegatingMethod, SerializableMethod

public interface MockitoMethod extends AbstractAwareMethod
  • Method Details

    • getName

      String getName()
    • getReturnType

      Class<?> getReturnType()
    • getParameterTypes

      Class<?>[] getParameterTypes()
    • getExceptionTypes

      Class<?>[] getExceptionTypes()
    • isVarArgs

      boolean isVarArgs()
    • getJavaMethod

      Method getJavaMethod()