public class JunitHook extends Object implements RuntimeHook
| Constructor and Description |
|---|
JunitHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterScenario(ScenarioRuntime sr) |
boolean |
beforeScenario(ScenarioRuntime sr) |
void |
setNotifier(org.junit.runner.notification.RunNotifier notifier) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterBackground, afterFeature, afterHttpCall, afterStep, afterSuite, beforeBackground, beforeFeature, beforeHttpCall, beforeStep, beforeSuitepublic void setNotifier(org.junit.runner.notification.RunNotifier notifier)
public boolean beforeScenario(ScenarioRuntime sr)
beforeScenario in interface RuntimeHookpublic void afterScenario(ScenarioRuntime sr)
afterScenario in interface RuntimeHookCopyright © 2022. All rights reserved.