public class ProbeListener extends AbstractProbeListener
| Modifier and Type | Field and Description |
|---|---|
protected io.probedock.client.common.model.v1.Context |
context
The execution context
|
protected io.probedock.client.common.model.v1.TestRun |
testRun
The test run to publish
|
category, configuration, DEFAULT_CATEGORY, runStartedDate, testStartDates| Constructor and Description |
|---|
ProbeListener()
Constructor
|
ProbeListener(String category)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(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) |
createAndlogStackTrace, createTestResult, getCategory, getClassAnnotation, getFingerprint, getMethodAnnotation, setFullStackTracesprotected io.probedock.client.common.model.v1.Context context
protected io.probedock.client.common.model.v1.TestRun testRun
public ProbeListener()
public ProbeListener(String category)
category - The default category for the listenerpublic void testRunStarted(org.junit.runner.Description description)
throws Exception
testRunStarted in class 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 AbstractProbeListenerExceptionpublic void testFinished(org.junit.runner.Description description)
throws Exception
testFinished in class AbstractProbeListenerExceptionCopyright © 2015. All rights reserved.