org.mockito.internal.creation
Class DelegatingMethod

java.lang.Object
  extended by org.mockito.internal.creation.DelegatingMethod
All Implemented Interfaces:
MockitoMethod

public class DelegatingMethod
extends java.lang.Object
implements MockitoMethod


Constructor Summary
DelegatingMethod(java.lang.reflect.Method method)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Class<?>[] getExceptionTypes()
           
 java.lang.reflect.Method getJavaMethod()
           
 java.lang.String getName()
           
 java.lang.Class<?>[] getParameterTypes()
           
 java.lang.Class<?> getReturnType()
           
 int hashCode()
           
 boolean isVarArgs()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingMethod

public DelegatingMethod(java.lang.reflect.Method method)
Method Detail

getExceptionTypes

public java.lang.Class<?>[] getExceptionTypes()
Specified by:
getExceptionTypes in interface MockitoMethod

getJavaMethod

public java.lang.reflect.Method getJavaMethod()
Specified by:
getJavaMethod in interface MockitoMethod

getName

public java.lang.String getName()
Specified by:
getName in interface MockitoMethod

getParameterTypes

public java.lang.Class<?>[] getParameterTypes()
Specified by:
getParameterTypes in interface MockitoMethod

getReturnType

public java.lang.Class<?> getReturnType()
Specified by:
getReturnType in interface MockitoMethod

isVarArgs

public boolean isVarArgs()
Specified by:
isVarArgs in interface MockitoMethod

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object