public class VertxUnitRunner
extends BlockJUnit4ClassRunner
Constructor and Description |
---|
VertxUnitRunner(Class<?> klass) |
VertxUnitRunner(Class<?> klass,
Long timeout) |
Modifier and Type | Method and Description |
---|---|
protected Statement |
methodInvoker(FrameworkMethod method,
Object test) |
protected void |
validatePublicVoidNoArgMethods(Class<? extends Annotation> annotation,
boolean isStatic,
List<Throwable> errors) |
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 Statement methodInvoker(FrameworkMethod method, Object test)
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.