| パッケージ | 説明 |
|---|---|
| org.springframework.test.context | このパッケージには Spring TestContext フレームワークが含まれており、使用中の実際のテストフレームワークにとらわれないアノテーション駆動型ユニットおよび統合テストのサポートを提供します。 |
| org.springframework.test.context.support | Spring TestContext フレームワークのサポートクラス。 |
| org.springframework.test.context.web | Web は、Spring TestContext フレームワークのクラスをサポートします。 |
| コンストラクターと説明 |
|---|
TestContextManager(TestContextBootstrapper testContextBootstrapper) |
| 修飾子と型 | クラスと説明 |
|---|---|
class | AbstractTestContextBootstrapper ブートストラップに必要なほとんどの動作を提供する TestContextBootstrapper インターフェースの抽象的な実装。 |
class | DefaultTestContextBootstrapperTestContextBootstrapper SPI のデフォルト実装。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | WebTestContextBootstrapperTestContextBootstrapper SPI の Web 固有の実装。 |