public class VertxUnitRunner
extends BlockJUnit4ClassRunner
| Constructor and Description |
|---|
VertxUnitRunner(Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
invokeTestMethod(FrameworkMethod fMethod,
Object test,
TestContext context) |
protected Statement |
methodBlock(FrameworkMethod method) |
protected Statement |
methodInvoker(FrameworkMethod method,
Object test) |
protected void |
validatePublicVoidNoArgMethods(Class<? extends Annotation> annotation,
boolean isStatic,
List<Throwable> errors) |
protected void |
validateTestMethod(FrameworkMethod fMethod) |
protected Statement |
withAfterClasses(Statement statement) |
protected Statement |
withAfters(FrameworkMethod method,
Object target,
Statement statement) |
protected Statement |
withBeforeClasses(Statement statement) |
protected Statement |
withBefores(FrameworkMethod method,
Object target,
Statement statement) |
protected Statement |
withPotentialTimeout(FrameworkMethod method,
Object test,
Statement next) |
public VertxUnitRunner(Class<?> klass) throws InitializationError
InitializationErrorprotected void validatePublicVoidNoArgMethods(Class<? extends Annotation> annotation, boolean isStatic, List<Throwable> errors)
protected void validateTestMethod(FrameworkMethod fMethod)
throws Exception
Exceptionprotected Statement methodInvoker(FrameworkMethod method,
Object test)
protected void invokeTestMethod(FrameworkMethod fMethod,
Object test,
TestContext context)
throws InvocationTargetException,
IllegalAccessException
protected Statement methodBlock(FrameworkMethod method)
protected Statement withBefores(FrameworkMethod method,
Object target,
Statement statement)
protected Statement withAfters(FrameworkMethod method,
Object target,
Statement statement)
protected Statement withBeforeClasses(Statement statement)
protected Statement withAfterClasses(Statement statement)
protected Statement withPotentialTimeout(FrameworkMethod method,
Object test,
Statement next)
Copyright © 2020. All rights reserved.