public interface MockingDetails
Modifier and Type | Method and Description |
---|---|
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()
Collection<Invocation> getInvocations()
Mockito, MIT License