Class CamelSpringRunner.CamelTestContextManager

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

public static final class CamelSpringRunner.CamelTestContextManager extends org.springframework.test.context.TestContextManager
An implementation providing additional integration between Spring Test and Camel testing features.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.springframework.test.context.TestContextManager

    afterTestClass, afterTestExecution, afterTestMethod, beforeTestClass, beforeTestExecution, beforeTestMethod, getTestContext, getTestExecutionListeners, prepareTestInstance, registerTestExecutionListeners, registerTestExecutionListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CamelTestContextManager

      public CamelTestContextManager(Class<?> testClass)