org.jbehave.core.steps
Class SilentStepMonitor

java.lang.Object
  extended by org.jbehave.core.steps.PrintStreamStepMonitor
      extended by org.jbehave.core.steps.SilentStepMonitor
All Implemented Interfaces:
StepMonitor

public class SilentStepMonitor
extends PrintStreamStepMonitor

StepMonitor that prints nothings.


Constructor Summary
SilentStepMonitor()
           
 
Method Summary
protected  void print(java.io.PrintStream output, java.lang.String message)
           
 
Methods inherited from class org.jbehave.core.steps.PrintStreamStepMonitor
convertedValueOfType, foundArg, performing, stepMatchesPattern, stepMatchesType, usingAnnotatedNameForArg, usingNaturalOrderForArg, usingParameterNameForArg, usingTableAnnotatedNameForArg, usingTableParameterNameForArg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilentStepMonitor

public SilentStepMonitor()
Method Detail

print

protected void print(java.io.PrintStream output,
                     java.lang.String message)
Overrides:
print in class PrintStreamStepMonitor


Copyright © 2003-2010. All Rights Reserved.