Package org.apache.tapestry5.ioc.junit
Class TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier
java.lang.Object
org.junit.runner.notification.RunNotifier
org.apache.tapestry5.ioc.junit.TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier
- Enclosing class:
- TapestryIOCJUnit4ClassRunner
public static class TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier
extends org.junit.runner.notification.RunNotifier
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryManagerRunNotifier
(TestRegistryManager registryManager, org.junit.runner.notification.RunNotifier delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
void
removeListener
(org.junit.runner.notification.RunListener listener) Methods inherited from class org.junit.runner.notification.RunNotifier
fireTestSuiteFinished, fireTestSuiteStarted
-
Constructor Details
-
RegistryManagerRunNotifier
public RegistryManagerRunNotifier(TestRegistryManager registryManager, org.junit.runner.notification.RunNotifier delegate)
-
-
Method Details
-
addListener
- Overrides:
addListener
in classorg.junit.runner.notification.RunNotifier
-
removeListener
- Overrides:
removeListener
in classorg.junit.runner.notification.RunNotifier
-
fireTestRunStarted
- Overrides:
fireTestRunStarted
in classorg.junit.runner.notification.RunNotifier
-
fireTestRunFinished
- Overrides:
fireTestRunFinished
in classorg.junit.runner.notification.RunNotifier
-
fireTestStarted
public void fireTestStarted(org.junit.runner.Description description) throws org.junit.runner.notification.StoppedByUserException - Overrides:
fireTestStarted
in classorg.junit.runner.notification.RunNotifier
- Throws:
org.junit.runner.notification.StoppedByUserException
-
fireTestFailure
- Overrides:
fireTestFailure
in classorg.junit.runner.notification.RunNotifier
-
fireTestAssumptionFailed
- Overrides:
fireTestAssumptionFailed
in classorg.junit.runner.notification.RunNotifier
-
fireTestIgnored
- Overrides:
fireTestIgnored
in classorg.junit.runner.notification.RunNotifier
-
fireTestFinished
- Overrides:
fireTestFinished
in classorg.junit.runner.notification.RunNotifier
-
pleaseStop
- Overrides:
pleaseStop
in classorg.junit.runner.notification.RunNotifier
-
addFirstListener
- Overrides:
addFirstListener
in classorg.junit.runner.notification.RunNotifier
-