public class VertxUnitRunner
extends BlockJUnit4ClassRunner
Constructor and Description |
---|
VertxUnitRunner(Class<?> klass) |
VertxUnitRunner(Class<?> klass,
Long timeout) |
Modifier and Type | Method and Description |
---|---|
protected void |
invokeTestMethod(FrameworkMethod fMethod,
Object test,
TestContext context) |
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) |
public VertxUnitRunner(Class<?> klass) throws InitializationError
InitializationError
protected void validatePublicVoidNoArgMethods(Class<? extends Annotation> annotation, boolean isStatic, List<Throwable> errors)
protected void validateTestMethod(FrameworkMethod fMethod) throws Exception
Exception
protected Statement methodInvoker(FrameworkMethod method, Object test)
protected void invokeTestMethod(FrameworkMethod fMethod, Object test, TestContext context) throws InvocationTargetException, IllegalAccessException
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)
Copyright © 2015. All Rights Reserved.