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