ApplicationContext の構成に関連するクラスとアノテーション。参照先: 説明
| インターフェース | 説明 |
|---|---|
| DefaultTestExecutionListenersPostProcessor | テストで使用されるデフォルトの TestExecutionListener クラスのリストを後処理するために使用できる SpringBootTestContextBootstrapper からのコールバックインターフェーストリガー。 |
| クラス | 説明 |
|---|---|
| AnnotatedClassFinder | 階層内の特定のアノテーションが付けられたクラスを見つけるためのユーティリティクラス。 |
| ConfigFileApplicationContextInitializer | ContextConfiguration.initializers() と共に使用して、application.properties のロードをトリガーできる ApplicationContextInitializer。 |
| FilteredClassLoader | ロードできるクラスとリソースをフィルタリングできる URLClassLoaderSE をテストします。 |
| FilteredClassLoader.ClassFilter | ロードできるクラスを制限するためのフィルター。 |
| FilteredClassLoader.ClassPathResourceFilter | ロードできるリソースを制限するためのフィルター。 |
| FilteredClassLoader.PackageFilter | ロードできるパッケージを制限するフィルター。 |
| ReactiveWebMergedContextConfiguration | テストクラスで宣言されたマージされたコンテキスト構成と、リアクティブ Web アプリケーションのすべてのスーパークラスをカプセル化します。 |
| SpringBootContextLoader | Spring Boot アプリケーション(通常は SpringApplication を使用して起動するアプリケーション)のテストに使用できる ContextLoader。 |
| SpringBootTestContextBootstrapper | Spring Boot 用の TestContextBootstrapper。 |
| 列挙型 | 説明 |
|---|---|
| SpringBootTest.WebEnvironment | 列挙 Web 環境モード。 |
| アノテーション型 | 説明 |
|---|---|
| SpringBootTest | Spring Boot ベースのテストを実行するテストクラスで指定できるアノテーション。 |
| TestComponent | Bean がテストのみを目的としている場合に使用できる @Component であり、Spring Boot のコンポーネントスキャンから除外する必要があります。 |
| TestConfiguration | テスト用の追加の Bean またはカスタマイズを定義するために使用できる @Configuration。 |
ApplicationContext の構成に関連するクラスとアノテーション。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.