@Deprecated public class CamelSpringBootRunner extends CamelSpringRunner
CamelSpringTestSupport to Spring Boot Test based test cases.
This approach allows developers to implement tests for their Spring Boot based applications/routes using the typical
Spring Test conventions for test development.CamelSpringRunner.CamelTestContextManager| Constructor and Description |
|---|
CamelSpringBootRunner(Class<?> clazz)
Deprecated.
|
createTestContextManagercreateTest, getDescription, getExpectedException, getJUnitTimeout, getSpringTimeout, getTestContextManager, isTestMethodIgnored, methodBlock, possiblyExpectingExceptions, run, runChild, withAfterClasses, withAfters, withAfterTestExecutionCallbacks, withBeforeClasses, withBefores, withBeforeTestExecutionCallbacks, withPotentialRepeat, withPotentialTimeoutcollectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodInvoker, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructorpublic CamelSpringBootRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorApache Camel