接口 AssertableApplicationContext

所有超级接口:
ApplicationContext, ApplicationContextAssertProvider<ConfigurableApplicationContext>, ApplicationEventPublisher, org.assertj.core.api.AssertProvider<ApplicationContextAssert<ConfigurableApplicationContext>>, AutoCloseable, BeanFactory, Closeable, ConfigurableApplicationContext, EnvironmentCapable, HierarchicalBeanFactory, Lifecycle, ListableBeanFactory, MessageSource, ResourceLoader, ResourcePatternResolver

An ApplicationContext that additionally supports AssertJ style assertions. Can be used to decorate an existing application context or an application context that failed to start.

See ApplicationContextAssertProvider for more details.

从以下版本开始:
2.0.0
作者:
Phillip Webb
另请参阅: