Class CamelTestContextBootstrapper

  • All Implemented Interfaces:
    org.springframework.test.context.TestContextBootstrapper

    public class CamelTestContextBootstrapper
    extends org.springframework.test.context.support.DefaultTestContextBootstrapper
    To bootstrap Camel for testing with Spring 4.1 onwards.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Class<? extends org.springframework.test.context.ContextLoader> getDefaultContextLoaderClass​(Class<?> testClass)  
      • Methods inherited from class org.springframework.test.context.support.AbstractTestContextBootstrapper

        buildMergedContextConfiguration, buildTestContext, getBootstrapContext, getCacheAwareContextLoaderDelegate, getContextCustomizerFactories, getDefaultTestExecutionListenerClasses, getDefaultTestExecutionListenerClassNames, getTestExecutionListeners, processMergedContextConfiguration, resolveContextLoader, resolveExplicitContextLoaderClass, setBootstrapContext
    • Constructor Detail

      • CamelTestContextBootstrapper

        public CamelTestContextBootstrapper()
    • Method Detail

      • getDefaultContextLoaderClass

        protected Class<? extends org.springframework.test.context.ContextLoader> getDefaultContextLoaderClass​(Class<?> testClass)
        Overrides:
        getDefaultContextLoaderClass in class org.springframework.test.context.support.DefaultTestContextBootstrapper