Package ch.systemsx.cisd.base.tests
Class Retry50
- java.lang.Object
-
- org.testng.util.RetryAnalyzerCount
-
- ch.systemsx.cisd.base.tests.Retry50
-
- All Implemented Interfaces:
org.testng.IRetryAnalyzer
public final class Retry50 extends org.testng.util.RetryAnalyzerCount
AnRetryAnalyzerCount
extension which sets the count to50
.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 Summary
Constructors Constructor Description Retry50()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
retryMethod(org.testng.ITestResult result)
-