public class NoOpScenarioListener extends Object implements ScenarioListener
| Constructor and Description |
|---|
NoOpScenarioListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
introWordAdded(String word) |
void |
scenarioFailed(Throwable e) |
void |
scenarioStarted(Method method,
List<?> arguments) |
void |
scenarioStarted(String string) |
void |
scenarioSucceeded() |
void |
stepMethodInvoked(Method paramMethod,
List<Object> arguments) |
public void scenarioFailed(Throwable e)
scenarioFailed in interface ScenarioListenerpublic void scenarioSucceeded()
scenarioSucceeded in interface ScenarioListenerpublic void scenarioStarted(String string)
scenarioStarted in interface ScenarioListenerpublic void scenarioStarted(Method method, List<?> arguments)
scenarioStarted in interface ScenarioListenerpublic void stepMethodInvoked(Method paramMethod, List<Object> arguments)
stepMethodInvoked in interface ScenarioListenerpublic void introWordAdded(String word)
introWordAdded in interface ScenarioListenerCopyright © 2014 TNG Technology Consulting. All rights reserved.