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