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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
CamelTestContextBootstrapper
public CamelTestContextBootstrapper()Deprecated.
-
-
Method Details