org.jbehave.scenario.reporters
Class PassSilentlyDecorator
java.lang.Object
org.jbehave.scenario.reporters.PassSilentlyDecorator
- All Implemented Interfaces:
- ScenarioReporter
public class PassSilentlyDecorator
- extends java.lang.Object
- implements ScenarioReporter
Swallows the reports from all scenarios that pass, providing output only for
failing or pending scenarios.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassSilentlyDecorator
public PassSilentlyDecorator(ScenarioReporter delegate)
afterStory
public void afterStory()
- Specified by:
afterStory
in interface ScenarioReporter
beforeStory
public void beforeStory(Blurb blurb)
- Specified by:
beforeStory
in interface ScenarioReporter
failed
public void failed(java.lang.String step,
java.lang.Throwable e)
- Specified by:
failed
in interface ScenarioReporter
notPerformed
public void notPerformed(java.lang.String step)
- Specified by:
notPerformed
in interface ScenarioReporter
pending
public void pending(java.lang.String step)
- Specified by:
pending
in interface ScenarioReporter
successful
public void successful(java.lang.String step)
- Specified by:
successful
in interface ScenarioReporter
afterScenario
public void afterScenario()
- Specified by:
afterScenario
in interface ScenarioReporter
beforeScenario
public void beforeScenario(java.lang.String title)
- Specified by:
beforeScenario
in interface ScenarioReporter
Copyright © 2003-2009. All Rights Reserved.