JavaScript is disabled on your browser.
 
 
Enum Constant Summary 
Enum Constants 
Test plan execution details are rendered in a flat, line-by-line mode.
 
No test plan execution details are printed.
 
Print summary table of counts only.
 
Test plan execution events are rendered as they occur in a concise format.
 
Test plan execution details are rendered as a simple tree.
 
 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
Return lower case 
Enum.name() for easier usage in help text for
 available options.
 
 
Returns the enum constant of this class with the specified name.
 
Returns an array containing the constants of this enum class, in
the order they are declared.
 
 
 
 
 
 
 
 
Enum Constant Details 
NONE 
No test plan execution details are printed.
 
 
SUMMARY 
public static final  Details   SUMMARY  
Print summary table of counts only.
 
 
FLAT 
Test plan execution details are rendered in a flat, line-by-line mode.
 
 
TREE 
Test plan execution details are rendered as a simple tree.
 
 
VERBOSE 
public static final  Details   VERBOSE  
 
 
TESTFEED 
public static final  Details   TESTFEED  
Test plan execution events are rendered as they occur in a concise format.
Since: 
1.10 
 
 
 
 
 
 
Method Details 
values 
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns: 
an array containing the constants of this enum class, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this class with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this class.  (Extraneous whitespace characters are 
not permitted.)
Parameters: 
name - the name of the enum constant to be returned. 
Returns: 
the enum constant with the specified name 
Throws: 
IllegalArgumentException  - if this enum class has no constant with the specified name 
NullPointerException  - if the argument is null