Package org.mockito.internal.invocation
Class SerializableMethod
java.lang.Object
org.mockito.internal.invocation.SerializableMethod
- All Implemented Interfaces:
Serializable,AbstractAwareMethod,MockitoMethod
- See Also:
-
Constructor Details
-
SerializableMethod
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceMockitoMethod
-
getReturnType
- Specified by:
getReturnTypein interfaceMockitoMethod
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceMockitoMethod
-
getExceptionTypes
- Specified by:
getExceptionTypesin interfaceMockitoMethod
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgsin interfaceMockitoMethod
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstractin interfaceAbstractAwareMethod
-
getJavaMethod
- Specified by:
getJavaMethodin interfaceMockitoMethod
-
hashCode
public int hashCode() -
equals
-