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.assertj
Subinterfaces of ApplicationContextAssertProvider in org.springframework.boot.test.context.assertjModifier 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.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 newApplicationContextAssertProvider
instance. -
Uses of ApplicationContextAssertProvider in org.springframework.boot.test.context.runner
Classes in org.springframework.boot.test.context.runner with type parameters of type ApplicationContextAssertProviderModifier 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.