public class TestObjectTestResultWatcher
extends org.junit.rules.TestWatcher
| Constructor and Description |
|---|
TestObjectTestResultWatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failed(Throwable e,
org.junit.runner.Description description) |
protected void |
finished(org.junit.runner.Description description) |
void |
setIsLocalTest(boolean isLocalTest) |
void |
setRemoteWebDriver(org.openqa.selenium.remote.RemoteWebDriver driver) |
void |
setRemoteWebDriver(org.openqa.selenium.remote.RemoteWebDriver driver,
URL apiEndpoint) |
protected void |
skipped(org.junit.internal.AssumptionViolatedException e,
org.junit.runner.Description description) |
protected void |
succeeded(org.junit.runner.Description description) |
protected void succeeded(org.junit.runner.Description description)
succeeded in class org.junit.rules.TestWatcherprotected void failed(Throwable e, org.junit.runner.Description description)
failed in class org.junit.rules.TestWatcherprotected void skipped(org.junit.internal.AssumptionViolatedException e,
org.junit.runner.Description description)
skipped in class org.junit.rules.TestWatcherprotected void finished(org.junit.runner.Description description)
finished in class org.junit.rules.TestWatcherpublic void setRemoteWebDriver(org.openqa.selenium.remote.RemoteWebDriver driver)
public void setRemoteWebDriver(org.openqa.selenium.remote.RemoteWebDriver driver,
URL apiEndpoint)
public void setIsLocalTest(boolean isLocalTest)
Copyright © 2017. All rights reserved.