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?