Package org.testng

Interface IRetryAnalyzer

    • Method Detail

      • retry

        boolean retry​(ITestResult result)
        Returns true if the test method has to be retried, false otherwise.
        Parameters:
        result - The result of the test method that just ran.
        Returns:
        true if the test method has to be retried, false otherwise.