We have another question 🙂 , about using @MockBean - is it possible to scope the mocking of a bean to a particular test case? We're finding that it mocks the given bean for all tests in our suite, not just the test class in which @MockBean is configured?
Carolyn Biggar
01/08/2019, 4:17 PM
is it because @MicronautTest does not restart the server between tests?