Uses of Enum Class
org.jbehave.core.reporters.PrintStreamOutput.Format
-
Uses of PrintStreamOutput.Format in org.jbehave.core.reporters
Modifier and TypeMethodDescriptionstatic PrintStreamOutput.Format
Returns the enum constant of this class with the specified name.static PrintStreamOutput.Format[]
PrintStreamOutput.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected Object[]
PrintStreamOutput.escape
(PrintStreamOutput.Format format, Object... args) Escapes args' string values according to formatModifierConstructorDescriptionprotected
PrintStreamOutput
(PrintStreamOutput.Format format, PrintStream output, Properties defaultPatterns, Properties outputPatterns, Keywords keywords) protected
PrintStreamOutput
(PrintStreamOutput.Format format, PrintStream output, Properties defaultPatterns, Properties outputPatterns, Keywords keywords, boolean reportFailureTrace, boolean compressFailureTrace) protected
PrintStreamOutput
(PrintStreamOutput.Format format, PrintStream output, Properties outputPatterns, Keywords keywords, boolean reportFailureTrace, boolean compressFailureTrace)