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 IRetryAnalyzer
ITestNGMethod. getRetryAnalyzer()
Methods in org.testng with parameters of type IRetryAnalyzer Modifier and Type Method Description void
ITestNGMethod. setRetryAnalyzer(IRetryAnalyzer retryAnalyzer)
-
Uses of IRetryAnalyzer in org.testng.annotations
Methods in org.testng.annotations that return IRetryAnalyzer Modifier and Type Method Description IRetryAnalyzer
ITestAnnotation. getRetryAnalyzer()
-
Uses of IRetryAnalyzer in org.testng.internal
Fields in org.testng.internal declared as IRetryAnalyzer Modifier and Type Field Description private IRetryAnalyzer
BaseTestMethod. m_retryAnalyzer
Methods in org.testng.internal that return IRetryAnalyzer Modifier and Type Method Description IRetryAnalyzer
BaseTestMethod. getRetryAnalyzer()
IRetryAnalyzer
ClonedMethod. getRetryAnalyzer()
IRetryAnalyzer
WrappedTestNGMethod. getRetryAnalyzer()
Methods in org.testng.internal with parameters of type IRetryAnalyzer Modifier and Type Method Description void
BaseTestMethod. setRetryAnalyzer(IRetryAnalyzer retryAnalyzer)
void
ClonedMethod. setRetryAnalyzer(IRetryAnalyzer retryAnalyzer)
void
WrappedTestNGMethod. 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 IRetryAnalyzer
TestAnnotation. m_retryAnalyzer
Methods in org.testng.internal.annotations that return IRetryAnalyzer Modifier and Type Method Description IRetryAnalyzer
TestAnnotation. getRetryAnalyzer()
-
Uses of IRetryAnalyzer in org.testng.util
Classes in org.testng.util that implement IRetryAnalyzer Modifier and Type Class Description class
RetryAnalyzerCount
An implementation of IRetryAnalyzer that allows you to specify the maximum number of times you want your test to be retried.
-