| Package | Description |
|---|---|
| org.testng | |
| org.testng.annotations | |
| org.testng.util |
| Modifier and Type | Method and Description |
|---|---|
IRetryAnalyzer |
ITestNGMethod.getRetryAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestNGMethod.setRetryAnalyzer(IRetryAnalyzer retryAnalyzer) |
| Modifier and Type | Method and Description |
|---|---|
IRetryAnalyzer |
ITestAnnotation.getRetryAnalyzer() |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryAnalyzerCount
An implementation of IRetryAnalyzer that allows you to specify
the maximum number of times you want your test to be retried.
|
Copyright © 2015. All Rights Reserved.