We have another question :slightly_smiling_face: ,...
# micronaut
c
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?
is it because @MicronautTest does not restart the server between tests?