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 TypeMethodDescriptionvoidvoidaddFailure(Throwable targetException) private voidvoidvoidvoidvoidCallsRunNotifier.fireTestSuiteFinished(Description), passing theDescriptionthat was passed to theEachTestNotifierconstructor.voidCallsRunNotifier.fireTestSuiteStarted(Description), passing theDescriptionthat was passed to theEachTestNotifierconstructor.
-
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 theDescriptionthat was passed to theEachTestNotifierconstructor. 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 theDescriptionthat was passed to theEachTestNotifierconstructor. This should be called when a test suite has finished, whether the test suite succeeds or fails.- Since:
- 4.13
- See Also:
-