Package com.atlassian.confluence
Class BootstrapTestContextInitializer
java.lang.Object
com.atlassian.confluence.BootstrapTestContextInitializer
- All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.context.support.GenericApplicationContext>
public class BootstrapTestContextInitializer
extends Object
implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.support.GenericApplicationContext>
Initializes the test context to have a reference to a fully initialized bootstrap context.
- Since:
- 5.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(org.springframework.context.support.GenericApplicationContext appContext)
-
Constructor Details
-
BootstrapTestContextInitializer
public BootstrapTestContextInitializer()
-
-
Method Details
-
initialize
public void initialize(org.springframework.context.support.GenericApplicationContext appContext) - Specified by:
initialize
in interfaceorg.springframework.context.ApplicationContextInitializer<org.springframework.context.support.GenericApplicationContext>
-