Package-level declarations

AssertJ support for ApplicationContexts.

Types

Link copied to clipboard
open class ApplicationContextAssert<C : ApplicationContext?> : AbstractAssert<SELF, ACTUAL>
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 AssertableWebApplicationContext : ApplicationContextAssertProvider<C> , ConfigurableWebApplicationContext
A WebApplicationContext that additionally supports AssertJ style assertions.