public interface ScenarioListener
| 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) |
Copyright © 2014 TNG Technology Consulting. All rights reserved.