com.tngtech.jgiven.impl.intercept
Class NoOpScenarioListener
java.lang.Object
com.tngtech.jgiven.impl.intercept.NoOpScenarioListener
- All Implemented Interfaces:
- ScenarioListener
public class NoOpScenarioListener
- extends Object
- implements ScenarioListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpScenarioListener
public NoOpScenarioListener()
scenarioFailed
public void scenarioFailed(Throwable e)
- Specified by:
scenarioFailed in interface ScenarioListener
scenarioStarted
public void scenarioStarted(String string)
- Specified by:
scenarioStarted in interface ScenarioListener
scenarioStarted
public void scenarioStarted(Method method,
List<NamedArgument> arguments)
- Specified by:
scenarioStarted in interface ScenarioListener
stepMethodInvoked
public void stepMethodInvoked(Method paramMethod,
List<Object> arguments,
InvocationMode mode)
- Specified by:
stepMethodInvoked in interface ScenarioListener
introWordAdded
public void introWordAdded(String word)
- Specified by:
introWordAdded in interface ScenarioListener
stepMethodFailed
public void stepMethodFailed(Throwable t)
- Specified by:
stepMethodFailed in interface ScenarioListener
stepMethodFinished
public void stepMethodFinished(long durationInNanos)
- Specified by:
stepMethodFinished in interface ScenarioListener
scenarioFinished
public void scenarioFinished()
- Specified by:
scenarioFinished in interface ScenarioListener
Copyright © 2014 TNG Technology Consulting. All rights reserved.