public interface IMockMethod
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the method.
|
List<Class<?>> |
getParameterTypes()
Returns the parameter types of the method.
|
Class<?> |
getReturnType()
Returns the return type of the method.
|
boolean |
isStatic()
Tells whether the method is static or an instance method.
|
String getName()
List<Class<?>> getParameterTypes()
Object.Class<?> getReturnType()
Object.boolean isStatic()