アノテーションインターフェースの使用
org.springframework.test.context.web.WebAppConfiguration
WebAppConfiguration を使用するパッケージ
パッケージ
説明
Spring、TestContext、フレームワークを JUnit Jupiter 拡張モデルと統合するための Web サポート。
org.springframework.test.context.junit.jupiter.web 内の WebAppConfiguration 使用
WebAppConfiguration 型のアノテーションを持つ org.springframework.test.context.junit.jupiter.web のクラス修飾子と型クラス説明@interface@SpringJUnitWebConfigは、JUnit Jupiter の@ExtendWith(SpringExtension.class)と Spring TestContext フレームワークの@ContextConfigurationおよび@WebAppConfigurationを組み合わせた合成アノテーションです。