public final class Retry10
extends org.testng.util.RetryAnalyzerCount
RetryAnalyzerCount
extension which sets the count to 10
.
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 |
---|
Retry10() |
Modifier and Type | Method and Description |
---|---|
boolean |
retryMethod(org.testng.ITestResult result) |