Class RetryAnalyzer

  • All Implemented Interfaces:
    org.testng.IRetryAnalyzer

    public class RetryAnalyzer
    extends org.testng.util.RetryAnalyzerCount
    • Constructor Summary

      Constructors 
      Constructor Description
      RetryAnalyzer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean retryMethod​(org.testng.ITestResult result)  
      • Methods inherited from class org.testng.util.RetryAnalyzerCount

        getCount, retry, setCount
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RetryAnalyzer

        public RetryAnalyzer()
    • Method Detail

      • retryMethod

        public boolean retryMethod​(org.testng.ITestResult result)
        Specified by:
        retryMethod in class org.testng.util.RetryAnalyzerCount