public class VertxUnitRunnerWithParameters extends VertxUnitRunner
Modifier | Constructor and Description |
---|---|
protected |
VertxUnitRunnerWithParameters(org.junit.runners.parameterized.TestWithParameters test) |
Modifier and Type | Method and Description |
---|---|
protected org.junit.runners.model.Statement |
classBlock(org.junit.runner.notification.RunNotifier notifier) |
Object |
createTest() |
protected String |
getName() |
protected Annotation[] |
getRunnerAnnotations() |
protected String |
testName(org.junit.runners.model.FrameworkMethod method) |
protected void |
validateConstructor(List<Throwable> errors) |
protected void |
validateFields(List<Throwable> errors) |
invokeTestMethod, methodBlock, methodInvoker, validatePublicVoidNoArgMethods, validateTestMethod, withAfterClasses, withAfters, withBeforeClasses, withBefores, withPotentialTimeout
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, possiblyExpectingExceptions, rules, runChild, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor
protected VertxUnitRunnerWithParameters(org.junit.runners.parameterized.TestWithParameters test) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public Object createTest() throws Exception
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
Exception
protected String getName()
getName
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
protected String testName(org.junit.runners.model.FrameworkMethod method)
testName
in class org.junit.runners.BlockJUnit4ClassRunner
protected void validateConstructor(List<Throwable> errors)
validateConstructor
in class org.junit.runners.BlockJUnit4ClassRunner
protected void validateFields(List<Throwable> errors)
validateFields
in class org.junit.runners.BlockJUnit4ClassRunner
protected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
classBlock
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
protected Annotation[] getRunnerAnnotations()
getRunnerAnnotations
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
Copyright © 2021 Eclipse. All rights reserved.