Interface AssertableWebApplicationContext

All Superinterfaces:
ApplicationContext, ApplicationContextAssertProvider<ConfigurableWebApplicationContext>, ApplicationEventPublisher, org.assertj.core.api.AssertProvider<ApplicationContextAssert<ConfigurableWebApplicationContext>>, AutoCloseable, BeanFactory, Closeable, ConfigurableApplicationContext, ConfigurableWebApplicationContext, EnvironmentCapable, HierarchicalBeanFactory, Lifecycle, ListableBeanFactory, MessageSource, ResourceLoader, ResourcePatternResolver, WebApplicationContext

A WebApplicationContext that additionally supports AssertJ style assertions. Can be used to decorate an existing servlet web application context or an application context that failed to start.

See ApplicationContextAssertProvider for more details.

Since:
2.0.0
Author:
Phillip Webb
See Also: