public class IntermittencyChecker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ARTIFACT_FILE_NAME_FORMAT |
| Constructor and Description |
|---|
IntermittencyChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerTestFailure(int attempts,
org.junit.runner.Description description) |
void |
registerTestSuccess(int attempts,
org.junit.runner.Description description) |
void |
registerThrowable(org.openqa.selenium.WebDriver webDriver,
int attempt,
org.junit.runner.Description description,
java.lang.Throwable t) |
public static final java.lang.String ARTIFACT_FILE_NAME_FORMAT
public void registerTestFailure(int attempts,
org.junit.runner.Description description)
public void registerTestSuccess(int attempts,
org.junit.runner.Description description)
public void registerThrowable(org.openqa.selenium.WebDriver webDriver,
int attempt,
org.junit.runner.Description description,
java.lang.Throwable t)