public class LogentriesResultReporter
extends org.junit.rules.TestWatcher
| Modifier | Constructor and Description |
|---|---|
|
LogentriesResultReporter() |
protected |
LogentriesResultReporter(javax.ws.rs.client.Client client,
String logentriesToken) |
|
LogentriesResultReporter(String logentriesToken) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failed(Throwable e,
org.junit.runner.Description description) |
protected void |
finished(org.junit.runner.Description description) |
protected void |
skipped(org.junit.internal.AssumptionViolatedException e,
org.junit.runner.Description description) |
protected void |
starting(org.junit.runner.Description description) |
protected void |
succeeded(org.junit.runner.Description description) |
protected LogentriesResultReporter(javax.ws.rs.client.Client client,
String logentriesToken)
public LogentriesResultReporter(String logentriesToken)
public LogentriesResultReporter()
protected void starting(org.junit.runner.Description description)
starting in class org.junit.rules.TestWatcherprotected 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.TestWatcherCopyright © 2018. All rights reserved.