インターフェースの使用
org.springframework.test.context.TestContextBootstrapper
パッケージ
説明
このパッケージには Spring TestContext フレームワークが含まれており、使用中の実際のテストフレームワークにとらわれないアノテーション駆動型ユニットおよび統合テストのサポートを提供します。
Spring TestContext フレームワークのサポートクラス。
Web は、Spring TestContext フレームワークのクラスをサポートします。
org.springframework.test.context 内の TestContextBootstrapper 使用
修飾子と型メソッド説明static TestContextBootstrapper
BootstrapUtils.resolveTestContextBootstrapper
(ClassSE<?> testClass) デフォルトのBootstrapContext
を使用して提供されたテストクラスのTestContextBootstrapper
型を解決し、ブートストラップをインスタンス化し、それにBootstrapContext
への参照を提供します。org.springframework.test.context.support 内の TestContextBootstrapper 使用
修飾子と型クラス説明class
ブートストラップに必要なほとんどの動作を提供するTestContextBootstrapper
インターフェースの抽象的な実装。class
TestContextBootstrapper
SPI のデフォルト実装。org.springframework.test.context.web 内の TestContextBootstrapper 使用