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 TypeMethodDescriptionbooleanbooleanbooleanisValidException(Throwable throwable) booleanisValidReturnType(Class clazz) booleanisVoid()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:
isAbstractin interfaceAbstractAwareMethod
-