Uses of Interface
org.springframework.boot.test.context.runner.ContextConsumer
Package
Description
Test utilities to run application contexts for testing.
-
Uses of ContextConsumer in org.springframework.boot.test.context.runner
Modifier and TypeMethodDescriptiondefault ContextConsumer<C>
ContextConsumer.andThen
(ContextConsumer<? super C> after) Returns a composedContextConsumer
that performs, in sequence, this operation followed by theafter
operation.Modifier and TypeMethodDescriptiondefault ContextConsumer<C>
ContextConsumer.andThen
(ContextConsumer<? super C> after) Returns a composedContextConsumer
that performs, in sequence, this operation followed by theafter
operation.AbstractApplicationContextRunner.prepare
(ContextConsumer<? super A> consumer) Prepare a newApplicationContext
based on the current state of this loader.AbstractApplicationContextRunner.run
(ContextConsumer<? super A> consumer) Create and refresh a newApplicationContext
based on the current state of this loader.