Uses of Class
org.testng.reporters.VerboseReporter.Status
-
Packages that use VerboseReporter.Status Package Description org.testng.reporters -
-
Uses of VerboseReporter.Status in org.testng.reporters
Methods in org.testng.reporters that return VerboseReporter.Status Modifier and Type Method 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.Methods in org.testng.reporters with parameters of type VerboseReporter.Status Modifier and Type Method Description private void
VerboseReporter. logTestResult(VerboseReporter.Status st, ITestResult itr, boolean isConfMethod)
Log meaningful message for passed in arguments.
-