Package org.junit.internal.runners.model
Class EachTestNotifier
java.lang.Object
org.junit.internal.runners.model.EachTestNotifier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addFailure
(Throwable targetException) private void
void
void
void
void
CallsRunNotifier.fireTestSuiteFinished(Description)
, passing theDescription
that was passed to theEachTestNotifier
constructor.void
CallsRunNotifier.fireTestSuiteStarted(Description)
, passing theDescription
that was passed to theEachTestNotifier
constructor.
-
Field Details
-
notifier
-
description
-
-
Constructor Details
-
EachTestNotifier
-
-
Method Details
-
addFailure
-
addMultipleFailureException
-
addFailedAssumption
-
fireTestFinished
public void fireTestFinished() -
fireTestStarted
public void fireTestStarted() -
fireTestIgnored
public void fireTestIgnored() -
fireTestSuiteStarted
public void fireTestSuiteStarted()CallsRunNotifier.fireTestSuiteStarted(Description)
, passing theDescription
that was passed to theEachTestNotifier
constructor. This should be called when a test suite is about to be started.- Since:
- 4.13
- See Also:
-
fireTestSuiteFinished
public void fireTestSuiteFinished()CallsRunNotifier.fireTestSuiteFinished(Description)
, passing theDescription
that was passed to theEachTestNotifier
constructor. This should be called when a test suite has finished, whether the test suite succeeds or fails.- Since:
- 4.13
- See Also:
-