アノテーションインターフェースの使用 
org.springframework.boot.autoconfigure.ImportAutoConfiguration
ImportAutoConfiguration を使用するパッケージ 
 パッケージ 
 説明 
 テストで可観測性を処理するための自動構成。
 ほとんどの Spring Boot アプリケーションに共通のコアパーツの自動構成。
Data Cassandra テストの自動構成。
 データ Couchbase テストの自動構成。
 データ Elasticsearch テストの自動構成。
Data JDBC テストの自動構成。
Data LDAP テストの自動構成。
Data Mongo テストの自動構成。
Data Neo4j テストの自動構成。
 データ R2DBC テストの自動構成。
Data Redis テストの自動構成。
GraphQL テストの自動構成。
GraphQL テスターの自動構成。
JDBC テストの自動構成。
jOOQ テストの自動構成。
JSON テストの自動構成。
Data JPA テストの自動構成。
Spring REST Docs を使用したテストの自動構成。
Web クライアントの自動構成。
 リアクティブ Web テストの自動構成。
Spring MVC テストの自動構成。
Web サービスクライアントの自動構成。
Web サービスサーバーテストの自動構成。
Testcontainer の Spring コンテキストサポートクラス。
- org.springframework.boot.test.autoconfigure.actuate.observability 内の ImportAutoConfiguration 使用
- org.springframework.boot.test.autoconfigure.core 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.core のクラス
- org.springframework.boot.test.autoconfigure.data.cassandra 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.data.cassandra のクラス修飾子と型クラス説明- @interface典型的な Data Cassandra テスト用の- Auto-configuration imports。- @interfaceCassandra コンポーネントのみに焦点を当てた Cassandra テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.couchbase 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.data.couchbase のクラス修飾子と型クラス説明- @interface典型的なデータ Couchbase テスト用の- Auto-configuration imports。- @interfaceデータ Couchbase コンポーネントのみに焦点を当てたデータ Couchbase テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.elasticsearch 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.data.elasticsearch のクラス修飾子と型クラス説明- @interface典型的なデータ Elasticsearch テスト用の- Auto-configuration imports。- @interfaceデータ Elasticsearch コンポーネントのみに焦点を当てたデータ Elasticsearch テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.jdbc 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.data.jdbc のクラス修飾子と型クラス説明- @interface典型的な Data JDBC テストの- Auto-configuration imports。- @interfaceData JDBC コンポーネントのみに焦点を当てた Data JDBC テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.ldap 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.data.ldap のクラス修飾子と型クラス説明- @interface典型的な Data LDAP テスト用の- Auto-configuration imports。- @interfaceLDAP コンポーネントのみに焦点を当てた LDAP テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.mongo 内の ImportAutoConfiguration 使用修飾子と型クラス説明- @interface典型的な Data MongoDB テスト用の- Auto-configuration imports。- @interfaceMongoDB コンポーネントのみに焦点を当てた MongoDB テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.neo4j 内の ImportAutoConfiguration 使用修飾子と型クラス説明- @interface典型的な Data Neo4j テスト用の- Auto-configuration imports。- @interfaceNeo4j コンポーネントのみに焦点を当てた Neo4j テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.r2dbc 内の ImportAutoConfiguration 使用修飾子と型クラス説明- @interface典型的なデータ R2DBC テスト用の- Auto-configuration imports。- @interfaceデータ R2DBC コンポーネントのみに焦点を当てた R2DBC テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.data.redis 内の ImportAutoConfiguration 使用修飾子と型クラス説明- @interface典型的な Data redis テスト用の- Auto-configuration imports。- @interfaceRedis コンポーネントのみに焦点を当てた Data Redis テストのアノテーション。
- org.springframework.boot.test.autoconfigure.graphql 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.graphql のクラス修飾子と型クラス説明- @interface典型的な Spring GraphQL テスト用の- Auto-configuration imports。- @interfaceWeb レイヤーなしで GraphQL リクエストの実行に焦点を合わせ、アプリケーション構成のサブセットのみをロードする GraphQL テストを実行するためのアノテーション。
- org.springframework.boot.test.autoconfigure.graphql.tester 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.graphql.tester のクラス修飾子と型クラス説明- @interface- GraphQlTesterを有効にするためにテストクラスに適用できるアノテーション。- @interface- HttpGraphQlTesterを有効にするためにテストクラスに適用できるアノテーション。
- org.springframework.boot.test.autoconfigure.jdbc 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.jdbc のクラス修飾子と型クラス説明- @interface典型的な jdbc テスト用の- Auto-configuration imports。- @interfaceアプリケーション定義または自動構成の- DataSourceSE の代わりに使用するテストデータベースを構成するために、テストクラスに適用できるアノテーション。- @interfaceJDBC ベースのコンポーネントのみに焦点を当てた JDBC テストのアノテーション。
- org.springframework.boot.test.autoconfigure.jooq 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.jooq のクラス修飾子と型クラス説明- @interface典型的な jOOQ テストの- Auto-configuration imports。- @interfacejOOQ ベースのコンポーネントのみに焦点を当てた jOOQ テストのアノテーション。
- org.springframework.boot.test.autoconfigure.json 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.json のクラス修飾子と型クラス説明- @interface典型的な JSON テストの- Auto-configuration imports。- @interfaceJSON テスターの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- @interfaceJSON 直列化のみに焦点を当てた JSON テストのアノテーション。
- org.springframework.boot.test.autoconfigure.orm.jpa 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.orm.jpa のクラス修飾子と型クラス説明- @interface典型的な Data JPA テスト用の- Auto-configuration imports。- @interface- TestEntityManagerの自動構成を有効にするためにテストクラスに適用できるアノテーション。- @interfaceJPA コンポーネントのみに焦点を当てた JPA テストのアノテーション。
- org.springframework.boot.test.autoconfigure.restdocs 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.restdocs のクラス修飾子と型クラス説明- @interfaceSpring REST Docs の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
- org.springframework.boot.test.autoconfigure.web.client 内の ImportAutoConfiguration 使用修飾子と型クラス説明- @interface単一の- MockRestServiceServerの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- @interfaceWeb クライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- @interface- RestTemplateBuilderまたは- RestClient.Builderを使用する Bean のみに焦点を当てた Spring 残りのクライアントテストのアノテーション。
- org.springframework.boot.test.autoconfigure.web.reactive 内の ImportAutoConfiguration 使用修飾子と型クラス説明- @interface典型的な Spring WebFlux テスト用の- Auto-configuration imports。- @interfaceアプリケーションに直接バインドされた- WebTestClientを有効にするためにテストクラスに適用できるアノテーション。- @interfaceSpring WebFlux コンポーネントのみに焦点を当てた Spring WebFlux テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.web.servlet 内の ImportAutoConfiguration 使用修飾子と型クラス説明- @interface- MockMvcの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- @interface典型的な Spring MVC テスト用の- Auto-configuration imports。- @interfaceSpring MVC コンポーネントのみに焦点を当てた Spring MVC テストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.webservices.client 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.webservices.client のクラス修飾子と型クラス説明- @interface単一の- MockWebServiceServerの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- @interfaceWeb サービスクライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- @interface一般的な Spring Web サービスクライアントテストに使用できるアノテーション。
- org.springframework.boot.test.autoconfigure.webservices.server 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.test.autoconfigure.webservices.server のクラス修飾子と型クラス説明- @interface- MockWebServiceClientの自動構成を有効にするためにテストクラスに適用できるアノテーション。- @interfaceWeb サービスサーバーエンドポイントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- @interface一般的な Spring Web サービスサーバーのテストに使用できるアノテーション。
- org.springframework.boot.testcontainers.context 内の ImportAutoConfiguration 使用ImportAutoConfiguration 型のアノテーションを持つ org.springframework.boot.testcontainers.context のクラス