Package org.apache.camel.test.cdi
Class CamelCdiRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- org.apache.camel.test.cdi.CamelCdiRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class CamelCdiRunner extends org.junit.runners.BlockJUnit4ClassRunner
-
-
Constructor Summary
Constructors Constructor Description CamelCdiRunner(Class<?> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<org.junit.rules.TestRule>classRules()protected ObjectcreateTest()protected List<org.junit.runners.model.FrameworkMethod>getChildren()protected org.junit.runners.model.StatementmethodInvoker(org.junit.runners.model.FrameworkMethod method, Object test)protected voidvalidateConstructor(List<Throwable> errors)protected voidvalidatePublicVoidNoArgMethods(Class<? extends Annotation> annotation, boolean isStatic, List<Throwable> errors)-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
-
-
-
Constructor Detail
-
CamelCdiRunner
public CamelCdiRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-
Method Detail
-
validateConstructor
protected void validateConstructor(List<Throwable> errors)
- Overrides:
validateConstructorin classorg.junit.runners.BlockJUnit4ClassRunner
-
validatePublicVoidNoArgMethods
protected void validatePublicVoidNoArgMethods(Class<? extends Annotation> annotation, boolean isStatic, List<Throwable> errors)
- Overrides:
validatePublicVoidNoArgMethodsin classorg.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
getChildren
protected List<org.junit.runners.model.FrameworkMethod> getChildren()
- Overrides:
getChildrenin classorg.junit.runners.BlockJUnit4ClassRunner
-
classRules
protected List<org.junit.rules.TestRule> classRules()
- Overrides:
classRulesin classorg.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
createTest
protected Object createTest()
- Overrides:
createTestin classorg.junit.runners.BlockJUnit4ClassRunner
-
methodInvoker
protected org.junit.runners.model.Statement methodInvoker(org.junit.runners.model.FrameworkMethod method, Object test)- Overrides:
methodInvokerin classorg.junit.runners.BlockJUnit4ClassRunner
-
-