Class DisabledRetryAnalyzer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean retry​(ITestResult result)
      Returns true if the test method has to be retried, false otherwise.
      • Methods inherited from class java.lang.Object

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

      • DisabledRetryAnalyzer

        public DisabledRetryAnalyzer()
    • Method Detail

      • retry

        public boolean retry​(ITestResult result)
        Description copied from interface: IRetryAnalyzer
        Returns true if the test method has to be retried, false otherwise.
        Specified by:
        retry in interface IRetryAnalyzer
        Parameters:
        result - The result of the test method that just ran.
        Returns:
        true if the test method has to be retried, false otherwise.