DynamicMockMethod
, StaticMockMethod
public interface IMockMethod
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Returns the name of the method.
|
java.util.List<java.lang.Class<?>> |
getParameterTypes() |
Returns the parameter types of the method.
|
java.lang.Class<?> |
getReturnType() |
Returns the return type of the method.
|
boolean |
isStatic() |
Tells whether the method is static or an instance method.
|
java.lang.String getName()
java.util.List<java.lang.Class<?>> getParameterTypes()
Object
.java.lang.Class<?> getReturnType()
Object
.boolean isStatic()
Copyright © 2018. All rights reserved