Package org.springframework.boot.test.mock.mockito
Mockito integration for Spring Boot tests.
Class Summary Class Description MockitoPostProcessor MockitoTestExecutionListener TestExecutionListenerto triggerMockitoAnnotations.initMocks(Object)when@MockBeanannotations are used.ResetMocksTestExecutionListener TestExecutionListenerto reset any mock beans that have been marked with aMockReset.Enum Summary Enum Description MockReset Reset strategy used on a mock bean.Annotation Types Summary Annotation Type Description MockBean Annotation that can be used to add mocks to a SpringApplicationContext.MockBeans Container annotation that aggregates severalMockBeanannotations.SpyBean Annotation that can be used to apply Mockito spies to a SpringApplicationContext.SpyBeans Container annotation that aggregates severalSpyBeanannotations.