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 TypeMethodDescriptionvoidITestNGMethod.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 TypeMethodDescriptionvoidITestAnnotation.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_retryAnalyzerClassprivate final Map<String, IRetryAnalyzer> BaseTestMethod.m_testMethodToRetryAnalyzerprivate final Class<? extends IRetryAnalyzer> LiteWeightTestNGMethod.retryAnalyzerClassMethods in org.testng.internal that return IRetryAnalyzerModifier and TypeMethodDescriptionprivate IRetryAnalyzerBaseTestMethod.computeRetryAnalyzerInstanceToUse(ITestResult tr) BaseTestMethod.getRetryAnalyzer(ITestResult result) ClonedMethod.getRetryAnalyzer(ITestResult result) LiteWeightTestNGMethod.getRetryAnalyzer(ITestResult result) WrappedTestNGMethod.getRetryAnalyzer(ITestResult result) private IRetryAnalyzerBaseTestMethod.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()Method parameters in org.testng.internal with type arguments of type IRetryAnalyzerModifier and TypeMethodDescriptionvoidBaseTestMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) voidClonedMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) voidLiteWeightTestNGMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) voidWrappedTestNGMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) -
Uses of IRetryAnalyzer in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IRetryAnalyzerModifier and TypeClassDescriptionclassA 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_retryAnalyzerClassMethods 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 booleanTestAnnotation.isRetryAnalyzerNotTestNGInjected(Class<? extends IRetryAnalyzer> c) voidTestAnnotation.setRetryAnalyzer(Class<? extends IRetryAnalyzer> c) -
Uses of IRetryAnalyzer in org.testng.util
Classes in org.testng.util that implement IRetryAnalyzerModifier and TypeClassDescriptionclassAn implementation of IRetryAnalyzer that allows you to specify the maximum number of times you want your test to be retried.