Package com.atlassian.confluence.setup
Class BootstrapTestAppConfig
java.lang.Object
com.atlassian.confluence.setup.BootstrapTestAppConfig
@Configuration
@ImportResource(locations="classpath:testBootstrapContext.xml")
@Import(BootstrapCommonAppConfig.class)
public class BootstrapTestAppConfig
extends Object
This is the Spring 
Configuration class for the Bootstrap Spring context used by integration tests.- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BootstrapTestAppConfigpublic BootstrapTestAppConfig()
 
-