Class RetryAnalyzerImpl

  • All Implemented Interfaces:
    org.testng.IRetryAnalyzer

    public class RetryAnalyzerImpl
    extends java.lang.Object
    implements org.testng.IRetryAnalyzer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean retry​(org.testng.ITestResult result)  
      • Methods inherited from class java.lang.Object

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

      • RetryAnalyzerImpl

        public RetryAnalyzerImpl()
    • Method Detail

      • retry

        public boolean retry​(org.testng.ITestResult result)
        Specified by:
        retry in interface org.testng.IRetryAnalyzer