Package com.atlassian.confluence.core
Class CommonIntegrationTestConfig
java.lang.Object
com.atlassian.confluence.core.CommonIntegrationTestConfig
@Configuration
@ImportResource({"/atlassianUserContext.xml","/attachmentSubsystemContext.xml","/auditSubsystemContext.xml","/contentMigrationContext.xml","/databaseSubsystemContext.xml","/schemaCreatorContext.xml","/embeddedCrowdContext.xml","/i18NContext.xml","/importedEmbeddedCrowdContext.xml","/journalServiceContext.xml","/profilingContext.xml","/renderingContext.xml","/retentionServiceContext.xml","/securityContext.xml","/services/accessServiceContext.xml","/services/adminServiceContext.xml","/services/bandanaServiceContext.xml","/services/contentServiceContext.xml","/services/eventServiceContext.xml","/services/featureFlagServiceContext.xml","/services/labelServiceContext.xml","/services/linkServiceContext.xml","/services/mailServiceContext.xml","/services/macroServiceContext.xml","/services/permissionsServiceContext.xml","/services/pluginServiceContext.xml","/services/relationServiceContext.xml","/services/sandboxServiceContext.xml","/services/statusServiceContext.xml","/services/taskQueueServiceContext.xml","/services/loggingConfigServiceContext.xml","/services/tenancyServiceContext.xml","/services/webServiceContext.xml","/settingsContext.xml","/systemContext.xml","/upgradeSubsystemContext.xml","/wikiFiltersSubsystemContext.xml","/zipkinContext.xml","/testAuditServiceContext.xml","/testCacheServiceContext.xml","/testImplementationContextPluginProvided.xml","/testMonitoringContext.xml","/testPluginLoadersContext.xml","/testSchedulingSubsystemContext.xml","/testUpgradeTasksContext.xml"})
@Import({ConfluenceWebresourceManagerWiring.class,FileStoreContextConfig.class,IndexIntegrationTestConfig.class,OAuth2ServiceContextConfiguration.class,PermissionsIntegrationTestConfig.class,ApplinksHostConfig.class,StrutsBeans.class})
public class CommonIntegrationTestConfig
extends Object
Defines the Spring context used by all integration tests.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommonIntegrationTestConfig
public CommonIntegrationTestConfig()
-