类 MockitoPostProcessor

java.lang.Object
org.springframework.boot.test.mock.mockito.MockitoPostProcessor
所有已实现的接口:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanFactoryPostProcessor, BeanPostProcessor, InstantiationAwareBeanPostProcessor, Ordered

已过时。
since 3.4.0 for removal in 4.0.0 in favor of Spring Framework's MockitoBean and MockitoSpyBean support
A BeanFactoryPostProcessor used to register and inject @MockBeans with the ApplicationContext. An initial set of definitions can be passed to the processor with additional definitions being automatically created from @Configuration classes that use @MockBean.
从以下版本开始:
1.4.0
作者:
Phillip Webb, Andy Wilkinson, Stephane Nicoll, Andreas Neiser