Uses of Interface
org.testng.IRetryAnalyzer
-
Packages that use IRetryAnalyzer Package Description org.testng org.testng.annotations org.testng.internal org.testng.internal.annotations org.testng.util -
-
Uses of IRetryAnalyzer in org.testng
Methods in org.testng that return IRetryAnalyzer Modifier and Type Method Description IRetryAnalyzerITestNGMethod. getRetryAnalyzer()Methods in org.testng with parameters of type IRetryAnalyzer Modifier and Type Method Description voidITestNGMethod. setRetryAnalyzer(IRetryAnalyzer retryAnalyzer) -
Uses of IRetryAnalyzer in org.testng.annotations
Methods in org.testng.annotations that return IRetryAnalyzer Modifier and Type Method Description IRetryAnalyzerITestAnnotation. getRetryAnalyzer() -
Uses of IRetryAnalyzer in org.testng.internal
Fields in org.testng.internal declared as IRetryAnalyzer Modifier and Type Field Description private IRetryAnalyzerBaseTestMethod. m_retryAnalyzerMethods in org.testng.internal that return IRetryAnalyzer Modifier and Type Method Description IRetryAnalyzerBaseTestMethod. getRetryAnalyzer()IRetryAnalyzerClonedMethod. getRetryAnalyzer()IRetryAnalyzerWrappedTestNGMethod. getRetryAnalyzer()Methods in org.testng.internal with parameters of type IRetryAnalyzer Modifier and Type Method Description voidBaseTestMethod. setRetryAnalyzer(IRetryAnalyzer retryAnalyzer)voidClonedMethod. setRetryAnalyzer(IRetryAnalyzer retryAnalyzer)voidWrappedTestNGMethod. setRetryAnalyzer(IRetryAnalyzer retryAnalyzer) -
Uses of IRetryAnalyzer in org.testng.internal.annotations
Fields in org.testng.internal.annotations declared as IRetryAnalyzer Modifier and Type Field Description private IRetryAnalyzerTestAnnotation. m_retryAnalyzerMethods in org.testng.internal.annotations that return IRetryAnalyzer Modifier and Type Method Description IRetryAnalyzerTestAnnotation. getRetryAnalyzer() -
Uses of IRetryAnalyzer in org.testng.util
Classes in org.testng.util that implement IRetryAnalyzer Modifier and Type Class Description classRetryAnalyzerCountAn implementation of IRetryAnalyzer that allows you to specify the maximum number of times you want your test to be retried.
-