| Package | Description |
|---|---|
| org.testng | |
| org.testng.annotations | |
| org.testng.internal | |
| org.testng.internal.annotations | |
| org.testng.util |
| Modifier and Type | Method and Description |
|---|---|
IRetryAnalyzer |
ITestNGMethod.getRetryAnalyzer(ITestResult result) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IRetryAnalyzer> |
ITestNGMethod.getRetryAnalyzerClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestNGMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IRetryAnalyzer> |
ITestAnnotation.getRetryAnalyzerClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestAnnotation.setRetryAnalyzer(Class<? extends IRetryAnalyzer> c) |
| Modifier and Type | Method and Description |
|---|---|
IRetryAnalyzer |
LiteWeightTestNGMethod.getRetryAnalyzer(ITestResult result) |
IRetryAnalyzer |
WrappedTestNGMethod.getRetryAnalyzer(ITestResult result) |
IRetryAnalyzer |
ClonedMethod.getRetryAnalyzer(ITestResult result) |
IRetryAnalyzer |
BaseTestMethod.getRetryAnalyzer(ITestResult result) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IRetryAnalyzer> |
LiteWeightTestNGMethod.getRetryAnalyzerClass() |
Class<? extends IRetryAnalyzer> |
WrappedTestNGMethod.getRetryAnalyzerClass() |
Class<? extends IRetryAnalyzer> |
ClonedMethod.getRetryAnalyzerClass() |
Class<? extends IRetryAnalyzer> |
BaseTestMethod.getRetryAnalyzerClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
LiteWeightTestNGMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) |
void |
WrappedTestNGMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) |
void |
ClonedMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) |
void |
BaseTestMethod.setRetryAnalyzerClass(Class<? extends IRetryAnalyzer> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
DisabledRetryAnalyzer
A No operation retry analyzer that exists just to let us use proper types in @
Test.retryAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IRetryAnalyzer> |
TestAnnotation.getRetryAnalyzerClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestAnnotation.setRetryAnalyzer(Class<? extends IRetryAnalyzer> c) |
| 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 © 2025. All rights reserved.