Interface AssertableApplicationContext

All Superinterfaces:
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.

Since:
2.0.0
Author:
Phillip Webb
See Also: