public class SpringBootMockResolver
extends java.lang.Object
implements org.mockito.plugins.MockResolver
MockResolver for testing Spring Boot applications with Mockito. It resolves
mocks by walking the proxy chain until the target or a non-static proxy is found.| Constructor and Description |
|---|
SpringBootMockResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
resolve(java.lang.Object instance) |