クラス WebMergedContextConfiguration

java.lang.ObjectSE
org.springframework.test.context.MergedContextConfiguration
org.springframework.test.context.web.WebMergedContextConfiguration
実装されたすべてのインターフェース:
SerializableSE

public class WebMergedContextConfiguration extends MergedContextConfiguration
WebMergedContextConfiguration は、テストクラスとそのすべてのスーパークラス、および @ContextConfiguration@WebAppConfiguration@ActiveProfiles@TestPropertySource を含むクラスで宣言されたマージされたコンテキスト構成をカプセル化します。

WebMergedContextConfiguration は、@WebAppConfiguration を介して構成されたリソースベースパスのサポートを追加することにより、MergedContextConfiguration の契約を継承します。これにより、ContextCache は、この WebMergedContextConfiguration のプロパティを使用してロードされた対応する WebApplicationContext を適切にキャッシュできます。

導入:
3.2
作成者:
Sam Brannen
関連事項: