See: Description
Class | Description |
---|---|
MockitoPostProcessor | |
MockitoTestExecutionListener | |
ResetMocksTestExecutionListener |
TestExecutionListener to reset any mock beans that have been marked with a
MockReset . |
SpringBootMockResolver |
A
MockResolver for testing Spring Boot applications with Mockito. |
Enum | Description |
---|---|
MockReset |
Reset strategy used on a mock bean.
|
Annotation Type | Description |
---|---|
MockBean |
Annotation that can be used to add mocks to a Spring
ApplicationContext . |
MockBeans |
Container annotation that aggregates several
@MockBean annotations. |
SpyBean |
Annotation that can be used to apply Mockito spies to a Spring
ApplicationContext . |
SpyBeans |
Container annotation that aggregates several
@SpyBean annotations. |