public class Retry extends Object implements org.junit.rules.TestRule
| Constructor and Description |
|---|
Retry(int retryCount) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
int |
getCurrentRetry() |
List<Throwable> |
getExceptions() |
int |
getRetryCount() |
TestReport |
getTestReport() |
void |
setTestScenario(TestScenario testScenario) |
void |
useReport(String testName) |
void |
useReport(String testName,
String htmlHeader) |
public void useReport(String testName)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRulepublic int getCurrentRetry()
public int getRetryCount()
public TestReport getTestReport()
public void setTestScenario(TestScenario testScenario)
Copyright © 2018 Kurento. All rights reserved.