Package org.jbehave.core.steps
Class PrintStreamStepMonitor
- java.lang.Object
-
- org.jbehave.core.steps.PrintingStepMonitor
-
- org.jbehave.core.steps.PrintStreamStepMonitor
-
- All Implemented Interfaces:
StepMonitor
public class PrintStreamStepMonitor extends PrintingStepMonitor
StepMonitor that prints to aPrintStream
, defaulting toSystem.out
.
-
-
Constructor Summary
Constructors Constructor Description PrintStreamStepMonitor()
PrintStreamStepMonitor(PrintStream output)
-
Method Summary
-
Methods inherited from class org.jbehave.core.steps.PrintingStepMonitor
afterPerforming, beforePerforming, convertedValueOfType, foundParameter, stepMatchesPattern, stepMatchesType, usingAnnotatedNameForParameter, usingNaturalOrderForParameter, usingParameterNameForParameter, usingStepsContextParameter, usingTableAnnotatedNameForParameter, usingTableParameterNameForParameter
-
-
-
-
Constructor Detail
-
PrintStreamStepMonitor
public PrintStreamStepMonitor()
-
PrintStreamStepMonitor
public PrintStreamStepMonitor(PrintStream output)
-
-
Method Detail
-
print
protected void print(String format, Object... args)
- Specified by:
print
in classPrintingStepMonitor
-
-