Uses of Interface
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Packages that use ApplicationContextAssertProvider
Package
Description
AssertJ support for ApplicationContexts.
Test utilities to run application contexts for testing.
- 
Uses of ApplicationContextAssertProvider in org.springframework.boot.test.context.assertjSubinterfaces of ApplicationContextAssertProvider in org.springframework.boot.test.context.assertjModifier and TypeInterfaceDescriptioninterfaceAnApplicationContextthat additionally supports AssertJ style assertions.interfaceAReactiveWebApplicationContextthat additionally supports AssertJ style assertions.interfaceAWebApplicationContextthat additionally supports AssertJ style assertions.Methods in org.springframework.boot.test.context.assertj with type parameters of type ApplicationContextAssertProviderModifier 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 newApplicationContextAssertProviderinstance.
- 
Uses of ApplicationContextAssertProvider in org.springframework.boot.test.context.runnerClasses in org.springframework.boot.test.context.runner with type parameters of type ApplicationContextAssertProviderModifier and TypeClassDescriptionclassAbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C, A>, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>> Utility design to run anApplicationContextand provide AssertJ style assertions.