public class ProbeRTListener
extends io.probedock.client.junit.AbstractProbeListener
Listener to get the Junit Description, transform and send them to Probe Dock RT.| Constructor and Description |
|---|
ProbeRTListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAssumptionFailure(org.junit.runner.notification.Failure failure) |
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testIgnored(org.junit.runner.Description description) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
public void testRunStarted(org.junit.runner.Description description)
throws Exception
testRunStarted in class io.probedock.client.junit.AbstractProbeListenerExceptionpublic void testRunFinished(org.junit.runner.Result result)
throws Exception
testRunFinished in class org.junit.runner.notification.RunListenerExceptionpublic void testStarted(org.junit.runner.Description description)
throws Exception
testStarted in class io.probedock.client.junit.AbstractProbeListenerExceptionpublic void testFinished(org.junit.runner.Description description)
throws Exception
testFinished in class io.probedock.client.junit.AbstractProbeListenerExceptionpublic void testFailure(org.junit.runner.notification.Failure failure)
throws Exception
testFailure in class org.junit.runner.notification.RunListenerExceptionpublic void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure in class org.junit.runner.notification.RunListenerCopyright © 2016. All rights reserved.