public class DisabledRetryAnalyzer extends java.lang.Object implements IRetryAnalyzer
Test.retryAnalyzer()| Constructor and Description |
|---|
DisabledRetryAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
retry(ITestResult result)
Returns true if the test method has to be retried, false otherwise.
|
public boolean retry(ITestResult result)
IRetryAnalyzerretry in interface IRetryAnalyzerresult - The result of the test method that just ran.