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 AssertableApplicationContextAssertableApplicationContext.get(Supplier<? extends ConfigurableApplicationContext> contextSupplier) Factory method to create a newAssertableApplicationContextinstance.static AssertableApplicationContextAssertableApplicationContext.get(Supplier<? extends ConfigurableApplicationContext> contextSupplier, Class<?>... additionalContextInterfaces) Factory method to create a newAssertableApplicationContextinstance. -
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 TypeClassDescriptionclassAnApplicationContext runnerfor a standard, non-web environmentConfigurableApplicationContext.