public class SpringBootMockResolver
extends java.lang.Object
implements org.mockito.plugins.MockResolver
MockResolver for testing Spring Boot applications with Mockito. Resolves
mocks by returning the ultimate
target object of the instance.| Constructor and Description |
|---|
SpringBootMockResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
resolve(java.lang.Object instance) |