public final class Retry50
extends org.testng.util.RetryAnalyzerCount
RetryAnalyzerCount
extension which sets the count to 50
.
This IRetryAnalyzer
should only be applied to methods we know they should run
successfully but do not for some reason. The retry analyzer exits as soon as it made a successful
call.
Constructor and Description |
---|
Retry50() |
Modifier and Type | Method and Description |
---|---|
boolean |
retryMethod(org.testng.ITestResult result) |