Uses of Class
core.support.listeners.RetryTest.ReportType
-
Packages that use RetryTest.ReportType Package Description core.support.listeners -
-
Uses of RetryTest.ReportType in core.support.listeners
Methods in core.support.listeners that return RetryTest.ReportType Modifier and Type Method Description static RetryTest.ReportTypeRetryTest.ReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static RetryTest.ReportType[]RetryTest.ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in core.support.listeners with parameters of type RetryTest.ReportType Modifier and Type Method Description voidRetryTest. logReport(RetryTest.ReportType type, String value, Throwable t)
-