Class RetryManager


  • public class RetryManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RetryManager()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setRetryTests​(java.util.List<org.testng.ITestNGMethod> listMetods)  
      static void setRetryTests​(org.testng.ITestContext context)  
      • Methods inherited from class java.lang.Object

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

      • RetryManager

        public RetryManager()
    • Method Detail

      • setRetryTests

        public static void setRetryTests​(org.testng.ITestContext context)
      • setRetryTests

        public static void setRetryTests​(java.util.List<org.testng.ITestNGMethod> listMetods)