Searched refs:getRetryAnalyzer (Results 1 - 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/annotations/
H A DITestAnnotation.java66 public IRetryAnalyzer getRetryAnalyzer(); method in interface:ITestAnnotation
/external/testng/src/main/java/org/testng/
H A DITestNGMethod.java220 public IRetryAnalyzer getRetryAnalyzer(); method in interface:ITestNGMethod
/external/testng/src/main/java/org/testng/internal/annotations/
H A DTestAnnotation.java170 public IRetryAnalyzer getRetryAnalyzer() { method in class:TestAnnotation
/external/testng/src/main/java/org/testng/internal/
H A DClonedMethod.java153 public IRetryAnalyzer getRetryAnalyzer() { method in class:ClonedMethod
154 return m_method.getRetryAnalyzer();
H A DTestNGMethod.java113 setRetryAnalyzer(testAnnotation.getRetryAnalyzer());
201 clone.setRetryAnalyzer(getRetryAnalyzer());
H A DBaseTestMethod.java690 public IRetryAnalyzer getRetryAnalyzer() { method in class:BaseTestMethod
H A DInvoker.java1388 IRetryAnalyzer retryAnalyzer = testMethod.getRetryAnalyzer();
/external/testng/src/test/java/org/testng/internal/
H A DMethodInstanceTest.java492 public IRetryAnalyzer getRetryAnalyzer() { method in class:MethodInstanceTest.TestNGMethodStub

Completed in 95 milliseconds