com.tngtech.jgiven.impl.intercept
Class NoOpScenarioListener

java.lang.Object
  extended by com.tngtech.jgiven.impl.intercept.NoOpScenarioListener
All Implemented Interfaces:
ScenarioListener

public class NoOpScenarioListener
extends Object
implements ScenarioListener


Constructor Summary
NoOpScenarioListener()
           
 
Method Summary
 void introWordAdded(String word)
           
 void scenarioFailed(Throwable e)
           
 void scenarioFinished()
           
 void scenarioStarted(Method method, List<NamedArgument> arguments)
           
 void scenarioStarted(String string)
           
 void stepMethodFailed(Throwable t)
           
 void stepMethodFinished(long durationInNanos)
           
 void stepMethodInvoked(Method method, List<NamedArgument> arguments, InvocationMode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpScenarioListener

public NoOpScenarioListener()
Method Detail

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 method,
                              List<NamedArgument> 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.