Package | Description |
---|---|
org.jbehave.core.reporters |
Modifier and Type | Method and Description |
---|---|
static PrintStreamOutput.Format |
PrintStreamOutput.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintStreamOutput.Format[] |
PrintStreamOutput.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[] |
PrintStreamOutput.escape(PrintStreamOutput.Format format,
java.lang.Object... args)
Escapes args' string values according to format
|
Constructor and Description |
---|
PrintStreamOutput(PrintStreamOutput.Format format,
java.io.PrintStream output,
java.util.Properties outputPatterns,
Keywords keywords,
boolean reportFailureTrace,
boolean compressFailureTrace) |
Copyright © 2003-2014. All Rights Reserved.