Uses of Interface
org.springframework.boot.test.context.assertj.AssertableApplicationContext
Packages that use AssertableApplicationContext
Package
Description
AssertJ support for ApplicationContexts.
Test utilities to run application contexts for testing.
-
Uses of AssertableApplicationContext in org.springframework.boot.test.context.assertj
Methods in org.springframework.boot.test.context.assertj that return AssertableApplicationContextModifier and TypeMethodDescriptionstatic AssertableApplicationContext
AssertableApplicationContext.get
(Supplier<? extends ConfigurableApplicationContext> contextSupplier) Factory method to create a newAssertableApplicationContext
instance.static AssertableApplicationContext
AssertableApplicationContext.get
(Supplier<? extends ConfigurableApplicationContext> contextSupplier, Class<?>... additionalContextInterfaces) Factory method to create a newAssertableApplicationContext
instance. -
Uses of AssertableApplicationContext in org.springframework.boot.test.context.runner
Subclasses with type arguments of type AssertableApplicationContext in org.springframework.boot.test.context.runnerModifier and TypeClassDescriptionclass
AnApplicationContext runner
for a standard, non-web environmentConfigurableApplicationContext
.