Uses of Interface
org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext
Packages that use AssertableReactiveWebApplicationContext
Package
Description
AssertJ support for ApplicationContexts.
Test utilities to run application contexts for testing.
-
Uses of AssertableReactiveWebApplicationContext in org.springframework.boot.test.context.assertj
Methods in org.springframework.boot.test.context.assertj that return AssertableReactiveWebApplicationContextModifier and TypeMethodDescriptionAssertableReactiveWebApplicationContext.get
(Supplier<? extends ConfigurableReactiveWebApplicationContext> contextSupplier) Factory method to create a newAssertableReactiveWebApplicationContext
instance.AssertableReactiveWebApplicationContext.get
(Supplier<? extends ConfigurableReactiveWebApplicationContext> contextSupplier, Class<?>... additionalContextInterfaces) Factory method to create a newAssertableReactiveWebApplicationContext
instance. -
Uses of AssertableReactiveWebApplicationContext in org.springframework.boot.test.context.runner
Subclasses with type arguments of type AssertableReactiveWebApplicationContext in org.springframework.boot.test.context.runnerModifier and TypeClassDescriptionfinal class