Package org.springframework.boot.test.context.runner
package org.springframework.boot.test.context.runner
Test utilities to run application contexts for testing.
-
ClassDescriptionAbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,
C, A>, C extends org.springframework.context.ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>> Utility design to run anApplicationContextand provide AssertJ style assertions.A Bean registration to be applied when the context loaded.AbstractApplicationContextRunner.RunnerConfiguration<C extends org.springframework.context.ConfigurableApplicationContext>AnApplicationContext runnerfor a standard, non-web environmentConfigurableApplicationContext.ContextConsumer<C extends org.springframework.context.ApplicationContext>Callback interface used to process anApplicationContextwith the ability to throw a (checked) exception.AnApplicationContext runnerfor aConfigurableReactiveWebApplicationContext.AnApplicationContext runnerfor a Servlet basedConfigurableWebApplicationContext.