Package org.apache.camel.test.spring
Class CamelTestContextBootstrapper
- java.lang.Object
-
- org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- org.springframework.test.context.support.DefaultTestContextBootstrapper
-
- org.apache.camel.test.spring.CamelTestContextBootstrapper
-
- All Implemented Interfaces:
org.springframework.test.context.TestContextBootstrapper
@Deprecated public class CamelTestContextBootstrapper extends org.springframework.test.context.support.DefaultTestContextBootstrapper
Deprecated.To bootstrap Camel for testing with Spring 4.1 onwards.
-
-
Constructor Summary
Constructors Constructor Description CamelTestContextBootstrapper()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Class<? extends org.springframework.test.context.ContextLoader>
getDefaultContextLoaderClass(Class<?> testClass)
Deprecated.-
Methods inherited from class org.springframework.test.context.support.AbstractTestContextBootstrapper
buildMergedContextConfiguration, buildTestContext, getBootstrapContext, getCacheAwareContextLoaderDelegate, getContextCustomizerFactories, getDefaultTestExecutionListenerClasses, getDefaultTestExecutionListenerClassNames, getTestExecutionListeners, processMergedContextConfiguration, resolveContextLoader, resolveExplicitContextLoaderClass, setBootstrapContext
-
-