public final class RunListenerRegister
extends org.junit.runner.notification.RunListener
| Constructor and Description |
|---|
RunListenerRegister() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addRunListener(org.junit.runner.notification.RunListener listener,
boolean first) |
static boolean |
removeRunListener(org.junit.runner.notification.RunListener listener) |
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) |
String |
toString() |
static boolean |
tryAddRunListener(org.junit.runner.notification.RunListener listener,
boolean first) |
public static boolean tryAddRunListener(org.junit.runner.notification.RunListener listener,
boolean first)
public static void addRunListener(org.junit.runner.notification.RunListener listener,
boolean first)
public static boolean removeRunListener(org.junit.runner.notification.RunListener listener)
public void testIgnored(org.junit.runner.Description description)
throws Exception
testIgnored in class org.junit.runner.notification.RunListenerExceptionpublic void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure in class org.junit.runner.notification.RunListenerpublic void testFailure(org.junit.runner.notification.Failure failure)
throws Exception
testFailure in class org.junit.runner.notification.RunListenerExceptionpublic void testFinished(org.junit.runner.Description description)
throws Exception
testFinished in class org.junit.runner.notification.RunListenerExceptionpublic void testStarted(org.junit.runner.Description description)
throws Exception
testStarted in class org.junit.runner.notification.RunListenerExceptionpublic void testRunFinished(org.junit.runner.Result result)
throws Exception
testRunFinished in class org.junit.runner.notification.RunListenerExceptionpublic void testRunStarted(org.junit.runner.Description description)
throws Exception
testRunStarted in class org.junit.runner.notification.RunListenerExceptionCopyright © 2018 SPF4J. All rights reserved.