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 Details

    • BootstrapTestContextInitializer

      public BootstrapTestContextInitializer()
  • Method Details

    • initialize

      public void initialize(org.springframework.context.support.GenericApplicationContext appContext)
      Specified by:
      initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.support.GenericApplicationContext>