パッケージ org.springframework.boot.test.context.runner
@NullMarked パッケージ org.springframework.boot.test.context.runner
テスト用のアプリケーションコンテキストを実行するテストユーティリティ。
- クラス説明AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,
C, A>, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>> ApplicationContextを実行し、AssertJ スタイルのアサーションを提供するユーティリティ設計。コンテキストのロード時に適用される Bean 登録。標準の非 Web 環境ConfigurableApplicationContext用のApplicationContext runner。ContextConsumer<C extends ApplicationContext>(チェック済み)例外をスローする機能を持つApplicationContextの処理に使用されるコールバックインターフェース。サーブレットベースのConfigurableWebApplicationContextのApplicationContext runner。