org.apache.camel.test.spring
Class CamelSpringJUnit4ClassRunner.CamelTestContextManager

java.lang.Object
  extended by org.springframework.test.context.TestContextManager
      extended by org.apache.camel.test.spring.CamelSpringJUnit4ClassRunner.CamelTestContextManager
Enclosing class:
CamelSpringJUnit4ClassRunner

public static final class CamelSpringJUnit4ClassRunner.CamelTestContextManager
extends org.springframework.test.context.TestContextManager

An implementation providing additional integration between Spring Test and Camel testing features.


Constructor Summary
CamelSpringJUnit4ClassRunner.CamelTestContextManager(Class<?> testClass, String defaultContextLoaderClassName)
           
 
Method Summary
protected  Set<Class<? extends org.springframework.test.context.TestExecutionListener>> getDefaultTestExecutionListenerClasses()
          Augments the default listeners with additional listeners to provide support for the Camel testing features.
 
Methods inherited from class org.springframework.test.context.TestContextManager
afterTestClass, afterTestMethod, beforeTestClass, beforeTestMethod, getTestContext, getTestExecutionListeners, prepareTestInstance, registerTestExecutionListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelSpringJUnit4ClassRunner.CamelTestContextManager

public CamelSpringJUnit4ClassRunner.CamelTestContextManager(Class<?> testClass,
                                                            String defaultContextLoaderClassName)
Method Detail

getDefaultTestExecutionListenerClasses

protected Set<Class<? extends org.springframework.test.context.TestExecutionListener>> getDefaultTestExecutionListenerClasses()
Augments the default listeners with additional listeners to provide support for the Camel testing features.

Overrides:
getDefaultTestExecutionListenerClasses in class org.springframework.test.context.TestContextManager


Apache Camel