public class KurentoRunNotifier
extends org.junit.runner.notification.RunNotifier
| Constructor and Description |
|---|
KurentoRunNotifier(org.junit.runner.notification.RunNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFirstListener(org.junit.runner.notification.RunListener listener) |
void |
fireTestAssumptionFailed(org.junit.runner.notification.Failure failure) |
void |
fireTestFailure(org.junit.runner.notification.Failure failure) |
void |
fireTestFinished(org.junit.runner.Description description) |
void |
fireTestIgnored(org.junit.runner.Description description) |
void |
fireTestRunFinished(org.junit.runner.Result result) |
void |
fireTestRunStarted(org.junit.runner.Description description) |
void |
fireTestStarted(org.junit.runner.Description description) |
Exception |
getException() |
void |
pleaseStop() |
public KurentoRunNotifier(org.junit.runner.notification.RunNotifier notifier)
public void fireTestRunStarted(org.junit.runner.Description description)
fireTestRunStarted in class org.junit.runner.notification.RunNotifierpublic void fireTestRunFinished(org.junit.runner.Result result)
fireTestRunFinished in class org.junit.runner.notification.RunNotifierpublic void fireTestStarted(org.junit.runner.Description description)
throws org.junit.runner.notification.StoppedByUserException
fireTestStarted in class org.junit.runner.notification.RunNotifierorg.junit.runner.notification.StoppedByUserExceptionpublic void fireTestFailure(org.junit.runner.notification.Failure failure)
fireTestFailure in class org.junit.runner.notification.RunNotifierpublic void fireTestAssumptionFailed(org.junit.runner.notification.Failure failure)
fireTestAssumptionFailed in class org.junit.runner.notification.RunNotifierpublic void fireTestIgnored(org.junit.runner.Description description)
fireTestIgnored in class org.junit.runner.notification.RunNotifierpublic void fireTestFinished(org.junit.runner.Description description)
fireTestFinished in class org.junit.runner.notification.RunNotifierpublic void pleaseStop()
pleaseStop in class org.junit.runner.notification.RunNotifierpublic void addFirstListener(org.junit.runner.notification.RunListener listener)
addFirstListener in class org.junit.runner.notification.RunNotifierpublic Exception getException()
Copyright © 2018 Kurento. All rights reserved.