Uses of Enum Class
org.testng.reporters.VerboseReporter.Status
Packages that use VerboseReporter.Status
-
Uses of VerboseReporter.Status in org.testng.reporters
Methods in org.testng.reporters that return VerboseReporter.StatusModifier and TypeMethodDescriptionstatic VerboseReporter.Status
Returns the enum constant of this class with the specified name.static VerboseReporter.Status[]
VerboseReporter.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.testng.reporters with parameters of type VerboseReporter.StatusModifier and TypeMethodDescriptionprivate void
VerboseReporter.logTestResult
(VerboseReporter.Status st, ITestResult itr, boolean isConfMethod) Log meaningful message for passed in arguments.