Class DefaultBootstrapContext

java.lang.Object
org.springframework.test.context.support.DefaultBootstrapContext
All Implemented Interfaces:
BootstrapContext

public class DefaultBootstrapContext extends Object implements BootstrapContext
Default implementation of the BootstrapContext interface.
Since:
4.1
Author:
Sam Brannen
  • Constructor Details

    • DefaultBootstrapContext

      public DefaultBootstrapContext(Class<?> testClass, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate)
      Construct a new DefaultBootstrapContext from the supplied arguments.
      Parameters:
      testClass - the test class for this bootstrap context; never null
      cacheAwareContextLoaderDelegate - the context loader delegate to use for transparent interaction with the ContextCache; never null
  • Method Details