I\'m working to test (via JUnit4 and Spring MockMvc) a REST service adapter using Spring-boot. The adapter simply passes along requests made to it, to another REST service (usin
org.springframework.boot.test.mock.mockito.MockBean @MockBean helped me out.