Package-level declarations
AssertJ support for ApplicationContexts.
Types
Link copied to clipboard
AssertJ assertions that can be applied to an ApplicationContext.
Link copied to clipboard
interface ApplicationContextAssertProvider<C : ApplicationContext?> : ApplicationContext, AssertProvider<A> , Closeable
An ApplicationContext that additionally supports AssertJ style assertions.
Link copied to clipboard
interface AssertableApplicationContext : ApplicationContextAssertProvider<C> , ConfigurableApplicationContext
An ApplicationContext that additionally supports AssertJ style assertions.
Link copied to clipboard
interface AssertableReactiveWebApplicationContext : ApplicationContextAssertProvider<C> , ConfigurableReactiveWebApplicationContext
A ReactiveWebApplicationContext that additionally supports AssertJ style assertions.
Link copied to clipboard
interface AssertableWebApplicationContext : ApplicationContextAssertProvider<C> , ConfigurableWebApplicationContext
A WebApplicationContext that additionally supports AssertJ style assertions.