Package org.apache.pulsar.tests
Class RetryAnalyzer
java.lang.Object
org.testng.util.RetryAnalyzerCount
org.apache.pulsar.tests.RetryAnalyzer
- All Implemented Interfaces:
org.testng.IRetryAnalyzer
public class RetryAnalyzer
extends org.testng.util.RetryAnalyzerCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanretry(org.testng.ITestResult result) booleanretryMethod(org.testng.ITestResult result) Methods inherited from class org.testng.util.RetryAnalyzerCount
getCount, setCount
-
Constructor Details
-
RetryAnalyzer
public RetryAnalyzer()
-
-
Method Details
-
retry
public boolean retry(org.testng.ITestResult result) - Specified by:
retryin interfaceorg.testng.IRetryAnalyzer- Overrides:
retryin classorg.testng.util.RetryAnalyzerCount
-
retryMethod
public boolean retryMethod(org.testng.ITestResult result) - Specified by:
retryMethodin classorg.testng.util.RetryAnalyzerCount
-