Uses of Interface
org.testng.IRetryAnalyzer
Packages that use IRetryAnalyzer
Package
Description
-
Uses of IRetryAnalyzer in org.testng
Methods in org.testng that return IRetryAnalyzerMethods in org.testng that return types with arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionClass<? extends IRetryAnalyzer>
ITestNGMethod.getRetryAnalyzerClass()
Method parameters in org.testng with type arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionvoid
ITestNGMethod.setRetryAnalyzerClass
(Class<? extends IRetryAnalyzer> clazz) -
Uses of IRetryAnalyzer in org.testng.annotations
Methods in org.testng.annotations that return types with arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionClass<? extends IRetryAnalyzer>
ITestAnnotation.getRetryAnalyzerClass()
Method parameters in org.testng.annotations with type arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionvoid
ITestAnnotation.setRetryAnalyzer
(Class<? extends IRetryAnalyzer> c) -
Uses of IRetryAnalyzer in org.testng.internal
Fields in org.testng.internal declared as IRetryAnalyzerFields in org.testng.internal with type parameters of type IRetryAnalyzerModifier and TypeFieldDescriptionprivate Class<? extends IRetryAnalyzer>
BaseTestMethod.m_retryAnalyzerClass
private final Map<String,
IRetryAnalyzer> BaseTestMethod.m_testMethodToRetryAnalyzer
private final Class<? extends IRetryAnalyzer>
LiteWeightTestNGMethod.retryAnalyzerClass
Methods in org.testng.internal that return IRetryAnalyzerModifier and TypeMethodDescriptionprivate static IRetryAnalyzer
TestNGMethod.cloneInstance
(IRetryAnalyzer instance) BaseTestMethod.getRetryAnalyzer
(ITestResult result) ClonedMethod.getRetryAnalyzer
(ITestResult result) LiteWeightTestNGMethod.getRetryAnalyzer
(ITestResult result) WrappedTestNGMethod.getRetryAnalyzer
(ITestResult result) private IRetryAnalyzer
BaseTestMethod.getRetryAnalyzerConsideringMethodParameters
(ITestResult tr) Methods in org.testng.internal that return types with arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionClass<? extends IRetryAnalyzer>
BaseTestMethod.getRetryAnalyzerClass()
Class<? extends IRetryAnalyzer>
ClonedMethod.getRetryAnalyzerClass()
Class<? extends IRetryAnalyzer>
LiteWeightTestNGMethod.getRetryAnalyzerClass()
Class<? extends IRetryAnalyzer>
WrappedTestNGMethod.getRetryAnalyzerClass()
Methods in org.testng.internal with parameters of type IRetryAnalyzerModifier and TypeMethodDescriptionprivate static IRetryAnalyzer
TestNGMethod.cloneInstance
(IRetryAnalyzer instance) Method parameters in org.testng.internal with type arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionvoid
BaseTestMethod.setRetryAnalyzerClass
(Class<? extends IRetryAnalyzer> clazz) void
ClonedMethod.setRetryAnalyzerClass
(Class<? extends IRetryAnalyzer> clazz) void
LiteWeightTestNGMethod.setRetryAnalyzerClass
(Class<? extends IRetryAnalyzer> clazz) void
WrappedTestNGMethod.setRetryAnalyzerClass
(Class<? extends IRetryAnalyzer> clazz) -
Uses of IRetryAnalyzer in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IRetryAnalyzerModifier and TypeClassDescriptionclass
A No operation retry analyzer that exists just to let us use proper types in @Test.retryAnalyzer()
Fields in org.testng.internal.annotations with type parameters of type IRetryAnalyzerModifier and TypeFieldDescriptionprivate Class<? extends IRetryAnalyzer>
TestAnnotation.m_retryAnalyzerClass
Methods in org.testng.internal.annotations that return types with arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionClass<? extends IRetryAnalyzer>
TestAnnotation.getRetryAnalyzerClass()
Method parameters in org.testng.internal.annotations with type arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionprivate static boolean
TestAnnotation.isRetryAnalyzerNotTestNGInjected
(Class<? extends IRetryAnalyzer> c) void
TestAnnotation.setRetryAnalyzer
(Class<? extends IRetryAnalyzer> c) -
Uses of IRetryAnalyzer in org.testng.util
Classes in org.testng.util that implement IRetryAnalyzerModifier and TypeClassDescriptionclass
An implementation of IRetryAnalyzer that allows you to specify the maximum number of times you want your test to be retried.