Package-level declarations
Mockito integration for Spring Boot tests.
Deprecated since 3.4.0 for removal in 3.6.0 in favor of Spring Framework's org.springframework.test.context.bean.override.mockito.MockitoBean and org.springframework.test.context.bean.override.mockito.MockitoSpyBean
Types
Link copied to clipboard
Annotation that can be used to add mocks to a Spring ApplicationContext.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
TestExecutionListener to reset any mock beans that have been marked with a MockReset.
Link copied to clipboard
A MockResolver for testing Spring Boot applications with Mockito.
Link copied to clipboard
Annotation that can be used to apply Mockito spies to a Spring ApplicationContext.