Uses of Interface
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Package
Description
AssertJ support for ApplicationContexts.
Test utilities to run application contexts for testing.
-
Uses of ApplicationContextAssertProvider in org.springframework.boot.test.context.assertj
Modifier and TypeInterfaceDescriptioninterface
AnApplicationContext
that additionally supports AssertJ style assertions.interface
AReactiveWebApplicationContext
that additionally supports AssertJ style assertions.interface
AWebApplicationContext
that additionally supports AssertJ style assertions.Modifier and TypeMethodDescriptionstatic <T extends ApplicationContextAssertProvider<C>,
C extends ApplicationContext>
TApplicationContextAssertProvider.get
(Class<T> type, Class<? extends C> contextType, Supplier<? extends C> contextSupplier) Factory method to create a newApplicationContextAssertProvider
instance. -
Uses of ApplicationContextAssertProvider in org.springframework.boot.test.context.runner
Modifier and TypeClassDescriptionclass
AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,
C, A>, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>> Utility design to run anApplicationContext
and provide AssertJ style assertions.