Package org.apache.camel.test.spring
Class CamelSpringBootJUnit4ClassRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
org.springframework.test.context.junit4.SpringJUnit4ClassRunner
org.apache.camel.test.spring.CamelSpringRunner
org.apache.camel.test.spring.CamelSpringBootRunner
org.apache.camel.test.spring.CamelSpringBootJUnit4ClassRunner
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Orderable
,org.junit.runner.manipulation.Sortable
Deprecated.
The class
CamelSpringBootJUnit4ClassRunner
has been renamed to CamelSpringBootRunner
which is a
shorter and easier to remember name.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.test.spring.CamelSpringRunner
CamelSpringRunner.CamelTestContextManager
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.test.spring.CamelSpringRunner
createTestContextManager
Methods inherited from class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
createTest, getDescription, getExpectedException, getJUnitTimeout, getSpringTimeout, getTestContextManager, isTestMethodIgnored, methodBlock, possiblyExpectingExceptions, run, runChild, withAfterClasses, withAfters, withAfterTestExecutionCallbacks, withBeforeClasses, withBefores, withBeforeTestExecutionCallbacks, withPotentialRepeat, withPotentialTimeout
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodInvoker, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, createTestClass, filter, getName, getRunnerAnnotations, getTestClass, order, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withInterruptIsolation
Methods inherited from class org.junit.runner.Runner
testCount
-
Constructor Details
-
CamelSpringBootJUnit4ClassRunner
public CamelSpringBootJUnit4ClassRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError Deprecated.- Throws:
org.junit.runners.model.InitializationError
-
CamelSpringBootRunner