public static class TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier extends org.junit.runner.notification.RunNotifier
Constructor and Description |
---|
RegistryManagerRunNotifier(TestRegistryManager registryManager,
org.junit.runner.notification.RunNotifier delegate) |
Modifier and Type | Method and Description |
---|---|
void |
addFirstListener(org.junit.runner.notification.RunListener listener) |
void |
addListener(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) |
void |
pleaseStop() |
void |
removeListener(org.junit.runner.notification.RunListener listener) |
public RegistryManagerRunNotifier(TestRegistryManager registryManager, org.junit.runner.notification.RunNotifier delegate)
public void addListener(org.junit.runner.notification.RunListener listener)
addListener
in class org.junit.runner.notification.RunNotifier
public void removeListener(org.junit.runner.notification.RunListener listener)
removeListener
in class org.junit.runner.notification.RunNotifier
public void fireTestRunStarted(org.junit.runner.Description description)
fireTestRunStarted
in class org.junit.runner.notification.RunNotifier
public void fireTestRunFinished(org.junit.runner.Result result)
fireTestRunFinished
in class org.junit.runner.notification.RunNotifier
public void fireTestStarted(org.junit.runner.Description description) throws org.junit.runner.notification.StoppedByUserException
fireTestStarted
in class org.junit.runner.notification.RunNotifier
org.junit.runner.notification.StoppedByUserException
public void fireTestFailure(org.junit.runner.notification.Failure failure)
fireTestFailure
in class org.junit.runner.notification.RunNotifier
public void fireTestAssumptionFailed(org.junit.runner.notification.Failure failure)
fireTestAssumptionFailed
in class org.junit.runner.notification.RunNotifier
public void fireTestIgnored(org.junit.runner.Description description)
fireTestIgnored
in class org.junit.runner.notification.RunNotifier
public void fireTestFinished(org.junit.runner.Description description)
fireTestFinished
in class org.junit.runner.notification.RunNotifier
public void pleaseStop()
pleaseStop
in class org.junit.runner.notification.RunNotifier
public void addFirstListener(org.junit.runner.notification.RunListener listener)
addFirstListener
in class org.junit.runner.notification.RunNotifier
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.