Uses of Class
core.support.rules.RetryTest.ReportType
-
Packages that use RetryTest.ReportType Package Description core.support.rules -
-
Uses of RetryTest.ReportType in core.support.rules
Methods in core.support.rules 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.rules with parameters of type RetryTest.ReportType Modifier and Type Method Description voidRetryTest. logReport(RetryTest.ReportType type, String value, Throwable t)
-