public class HybrisJUnit4ClassRunner
extends BlockJUnit4ClassRunner
RunListeners annotation.| Constructor and Description |
|---|
HybrisJUnit4ClassRunner(Class<?> clazz)
Creates new instance and determines all listeners to register.
|
| Modifier and Type | Method and Description |
|---|---|
protected Description |
describeChild(FrameworkMethod method)
Overridden for adding the annotations of the test methods as well as for classes to the description object.
|
void |
filter(Filter filter) |
void |
run(RunNotifier notifier) |
protected Statement |
withBeforeClasses(Statement statement) |
public HybrisJUnit4ClassRunner(Class<?> clazz) throws InitializationError
clazz - test classInitializationError - error while initializationpublic void filter(Filter filter)
throws NoTestsRemainException
NoTestsRemainExceptionpublic void run(RunNotifier notifier)
protected Description describeChild(FrameworkMethod method)
protected Statement withBeforeClasses(Statement statement)
Copyright © 2017 SAP SE. All Rights Reserved.