アノテーションインターフェースの使用
org.springframework.test.context.web.WebAppConfiguration
WebAppConfiguration を使用するパッケージ
パッケージ
説明
Spring TestContext フレームワークを JUnit 5 の 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
を組み合わせた合成アノテーションです。