public abstract class FunctionalTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.Timeout |
globalTimeout |
RetryTestExecution |
retry |
org.junit.rules.TestWatcher |
writeScreenshotOnFailure |
| Constructor and Description |
|---|
FunctionalTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
org.openqa.selenium.WebDriver |
getWebDriver() |
void |
openURL(java.lang.String url) |
public org.junit.rules.Timeout globalTimeout
public RetryTestExecution retry
public org.junit.rules.TestWatcher writeScreenshotOnFailure