Class VertxUnitRunnerWithParameters
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
io.vertx.ext.unit.junit.VertxUnitRunner
io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
- All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable
- Author:
- Julien Viet
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVertxUnitRunnerWithParameters(org.junit.runners.parameterized.TestWithParameters test) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.junit.runners.model.StatementclassBlock(org.junit.runner.notification.RunNotifier notifier) protected StringgetName()protected Annotation[]protected voidvalidateConstructor(List<Throwable> errors) protected voidvalidateFields(List<Throwable> errors) Methods inherited from class VertxUnitRunner
invokeTestMethod, methodBlock, methodInvoker, validatePublicVoidNoArgMethods, validateTestMethod, withAfterClasses, withAfters, withBeforeClasses, withBefores, withPotentialTimeoutMethods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, possiblyExpectingExceptions, rules, runChild, testName, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructorMethods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classRules, createTestClass, filter, getDescription, getTestClass, order, run, runLeaf, setScheduler, sort, withInterruptIsolationMethods inherited from class org.junit.runner.Runner
testCount
-
Constructor Details
-
VertxUnitRunnerWithParameters
protected VertxUnitRunnerWithParameters(org.junit.runners.parameterized.TestWithParameters test) throws org.junit.runners.model.InitializationError - Throws:
org.junit.runners.model.InitializationError
-
-
Method Details
-
createTest
-
getName
- Overrides:
getNamein classorg.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
validateConstructor
-
validateFields
-
classBlock
protected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier) - Overrides:
classBlockin classorg.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
getRunnerAnnotations
- Overrides:
getRunnerAnnotationsin classorg.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-