| Package | Description |
|---|---|
| org.testng.reporters |
| Modifier and Type | Method and Description |
|---|---|
static VerboseReporter.Status |
VerboseReporter.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerboseReporter.Status[] |
VerboseReporter.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
VerboseReporter.logTestResult(VerboseReporter.Status st,
ITestResult itr,
boolean isConfMethod)
Log meaningful message for passed in arguments.
|