public class TestFailureListener extends Object implements com.technophobia.substeps.runner.IExecutionListener
| Constructor and Description |
|---|
TestFailureListener(com.technophobia.substeps.runner.MutableSupplier<WebDriverContext> webDriverContextSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(com.technophobia.substeps.runner.IExecutionListener listener) |
void |
onNodeFailed(com.technophobia.substeps.execution.node.IExecutionNode arg0,
Throwable arg1) |
void |
onNodeFinished(com.technophobia.substeps.execution.node.IExecutionNode arg0) |
void |
onNodeIgnored(com.technophobia.substeps.execution.node.IExecutionNode node) |
void |
onNodeStarted(com.technophobia.substeps.execution.node.IExecutionNode arg0) |
public TestFailureListener(com.technophobia.substeps.runner.MutableSupplier<WebDriverContext> webDriverContextSupplier)
public void onNodeFailed(com.technophobia.substeps.execution.node.IExecutionNode arg0,
Throwable arg1)
onNodeFailed in interface com.technophobia.substeps.runner.IExecutionListenerpublic void onNodeFinished(com.technophobia.substeps.execution.node.IExecutionNode arg0)
onNodeFinished in interface com.technophobia.substeps.runner.IExecutionListenerpublic void onNodeStarted(com.technophobia.substeps.execution.node.IExecutionNode arg0)
onNodeStarted in interface com.technophobia.substeps.runner.IExecutionListenerpublic void onNodeIgnored(com.technophobia.substeps.execution.node.IExecutionNode node)
onNodeIgnored in interface com.technophobia.substeps.runner.IExecutionListenerpublic void addListener(com.technophobia.substeps.runner.IExecutionListener listener)
Copyright © 2016 Substeps. All rights reserved.