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
Methods in org.testng.internal that return IRetryAnalyzerModifier and TypeMethodDescriptionBaseTestMethod.getRetryAnalyzer
(ITestResult result) ClonedMethod.getRetryAnalyzer
(ITestResult result) LiteWeightTestNGMethod.getRetryAnalyzer
(ITestResult result) WrappedTestNGMethod.getRetryAnalyzer
(ITestResult result) 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()
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()
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 TypeMethodDescriptionvoid
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.