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