Class webMergedContextConfiguration

java.lang.Object
org.springframework.test.context.MergedContextConfiguration
org.springframework.test.context.web.webMergedContextConfiguration
All Implemented Interfaces:
Serializable

public class webMergedContextConfiguration extends MergedContextConfiguration
webMergedContextConfiguration encapsulates the merged context configuration declared on a test class and all of its superclasses and enclosing classes via @ContextConfiguration, @webAppConfiguration, @ActiveProfiles, and @TestPropertySource.

webMergedContextConfiguration extends the contract of MergedContextConfiguration by adding support for the resource base path configured via @webAppConfiguration. This allows the ContextCache to properly cache the corresponding webApplicationContext that was loaded using properties of this webMergedContextConfiguration.

Since:
3.2
Author:
Sam Brannen
See Also: