Uses of Enum
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.StatusReturns 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.StatusModifier and TypeMethodDescriptionprivate voidVerboseReporter.logTestResult(VerboseReporter.Status st, ITestResult itr, boolean isConfMethod) Log meaningful message for passed in arguments.