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 void | validateConstructor(List<Throwable> errors) | 
| protected void | validateFields(List<Throwable> errors) | 
invokeTestMethod, methodBlock, methodInvoker, validatePublicVoidNoArgMethods, validateTestMethod, withAfterClasses, withAfters, withBeforeClasses, withBefores, withPotentialTimeoutcollectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, possiblyExpectingExceptions, rules, runChild, testName, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructorprotected VertxUnitRunnerWithParameters(org.junit.runners.parameterized.TestWithParameters test)
                                 throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionprotected String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void validateConstructor(List<Throwable> errors)
validateConstructor in class org.junit.runners.BlockJUnit4ClassRunnerprotected void validateFields(List<Throwable> errors)
validateFields in class org.junit.runners.BlockJUnit4ClassRunnerprotected 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 © 2024 Eclipse. All rights reserved.