Package org.jbehave.core.configuration
Class PrintStreamAnnotationMonitor
- java.lang.Object
-
- org.jbehave.core.configuration.PrintingAnnotationMonitor
-
- org.jbehave.core.configuration.PrintStreamAnnotationMonitor
-
- All Implemented Interfaces:
AnnotationMonitor
public class PrintStreamAnnotationMonitor extends PrintingAnnotationMonitor
-
-
Constructor Summary
Constructors Constructor Description PrintStreamAnnotationMonitor()PrintStreamAnnotationMonitor(PrintStream output)
-
Method Summary
Modifier and Type Method Description protected voidprint(String format, Object... args)protected voidprintStackTrace(Throwable e)-
Methods inherited from class org.jbehave.core.configuration.PrintingAnnotationMonitor
annotationNotFound, elementCreationFailed
-
-
-
-
Constructor Detail
-
PrintStreamAnnotationMonitor
public PrintStreamAnnotationMonitor()
-
PrintStreamAnnotationMonitor
public PrintStreamAnnotationMonitor(PrintStream output)
-
-
Method Detail
-
print
protected void print(String format, Object... args)
- Specified by:
printin classPrintingAnnotationMonitor
-
printStackTrace
protected void printStackTrace(Throwable e)
- Specified by:
printStackTracein classPrintingAnnotationMonitor
-
-