Package org.springframework.boot.test.context.assertj
AssertJ support for ApplicationContexts.
Interface Summary Interface Description ApplicationContextAssertProvider<C extends org.springframework.context.ApplicationContext> AnApplicationContextthat additionally supports AssertJ style assertions.AssertableApplicationContext AnApplicationContextthat additionally supports AssertJ style assertions.AssertableReactiveWebApplicationContext AReactiveWebApplicationContextthat additionally supports AssertJ style assertions.AssertableWebApplicationContext AWebApplicationContextthat additionally supports AssertJ style assertions.Class Summary Class Description ApplicationContextAssert<C extends org.springframework.context.ApplicationContext> AssertJassertionsthat can be applied to anApplicationContext.Enum Summary Enum Description ApplicationContextAssert.Scope The scope of an assertion.