DefaultMockingDetails
public interface MockingDetails
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<Invocation> |
getInvocations() |
Provides a collection of methods indicating the invocations of the object
|
boolean |
isMock() |
Informs if the object is a mock.
|
boolean |
isSpy() |
Informs if the object is a spy.
|
boolean isMock()
boolean isSpy()
java.util.Collection<Invocation> getInvocations()