Uses of Interface
org.testng.IRetryAnalyzer

Packages that use IRetryAnalyzer
org.testng   
org.testng.annotations   
org.testng.junit   
org.testng.util   
 

Uses of IRetryAnalyzer in org.testng
 

Methods in org.testng that return IRetryAnalyzer
 IRetryAnalyzer ITestNGMethod.getRetryAnalyzer()
           
 

Methods in org.testng with parameters of type IRetryAnalyzer
 void ITestNGMethod.setRetryAnalyzer(IRetryAnalyzer retryAnalyzer)
           
 

Uses of IRetryAnalyzer in org.testng.annotations
 

Methods in org.testng.annotations that return IRetryAnalyzer
 IRetryAnalyzer ITestAnnotation.getRetryAnalyzer()
           
 

Uses of IRetryAnalyzer in org.testng.junit
 

Methods in org.testng.junit that return IRetryAnalyzer
 IRetryAnalyzer JUnitUtils.JUnitTestMethod.getRetryAnalyzer()
           
 

Methods in org.testng.junit with parameters of type IRetryAnalyzer
 void JUnitUtils.JUnitTestMethod.setRetryAnalyzer(IRetryAnalyzer retryAnalyzer)
           
 

Uses of IRetryAnalyzer in org.testng.util
 

Classes in org.testng.util that implement IRetryAnalyzer
 class RetryAnalyzerCount
          An implementation of IRetryAnalyzer that allows you to specify the maximum number of times you want your test to be retried.
 



Copyright © 2010. All Rights Reserved.