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