public interface MockResolver
Mockito-DSL. This mechanism can be used by
frameworks that provide mocks that are implemented by Mockito but which are wrapped
by other instances to enhance the proxy further.| Modifier and Type | Method and Description |
|---|---|
Object |
resolve(Object instance)
Returns the provided instance or the unwrapped mock that the provided
instance represents.
|