インターフェースの使用
org.springframework.boot.test.context.runner.ContextConsumer
ContextConsumer を使用するパッケージ
org.springframework.boot.test.context.runner 内の ContextConsumer 使用
修飾子と型メソッド説明default ContextConsumer<C>ContextConsumer.andThen(ContextConsumer<? super C> after) この操作に続いてafter操作を順番に実行する合成ContextConsumerを返します。型 ContextConsumer のパラメーターを持つ org.springframework.boot.test.context.runner のメソッド修飾子と型メソッド説明default ContextConsumer<C>ContextConsumer.andThen(ContextConsumer<? super C> after) この操作に続いてafter操作を順番に実行する合成ContextConsumerを返します。AbstractApplicationContextRunner.prepare(ContextConsumer<? super A> consumer) このローダーの現在の状態に基づいて、新しいApplicationContextを準備します。AbstractApplicationContextRunner.run(ContextConsumer<? super A> consumer) このローダーの現在の状態に基づいて、新しいApplicationContextを作成およびリフレッシュします。