Class MethodInfo
java.lang.Object
org.mockito.internal.stubbing.answers.MethodInfo
- All Implemented Interfaces:
AbstractAwareMethod
by Szczepan Faber, created at: 3/31/12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
isValidException
(Throwable throwable) boolean
isValidReturnType
(Class clazz) boolean
isVoid()
boolean
-
Constructor Details
-
MethodInfo
-
-
Method Details
-
isValidException
-
isValidReturnType
-
isVoid
public boolean isVoid() -
printMethodReturnType
-
getMethodName
-
returnsPrimitive
public boolean returnsPrimitive() -
getMethod
-
isDeclaredOnInterface
public boolean isDeclaredOnInterface() -
isAbstract
public boolean isAbstract()- Specified by:
isAbstract
in interfaceAbstractAwareMethod
-