Package | Description |
---|---|
org.springframework.boot.test.context.runner |
Test utilities to run application contexts for testing.
|
Modifier and Type | Method and Description |
---|---|
default ContextConsumer<C> |
ContextConsumer.andThen(ContextConsumer<? super C> after)
Returns a composed
ContextConsumer that performs, in sequence, this
operation followed by the after operation. |
Modifier and Type | Method and Description |
---|---|
default ContextConsumer<C> |
ContextConsumer.andThen(ContextConsumer<? super C> after)
Returns a composed
ContextConsumer that performs, in sequence, this
operation followed by the after operation. |
SELF |
AbstractApplicationContextRunner.run(ContextConsumer<? super A> consumer)
Create and refresh a new
ApplicationContext based on the current state of
this loader. |