Class FakeRunNotifier
java.lang.Object
mockit.MockUp<org.junit.runner.notification.RunNotifier>
mockit.integration.junit4.FakeRunNotifier
Startup fake which works in conjunction with
JUnit4TestRunnerDecorator to provide JUnit 4.5+ integration.
This class is not supposed to be accessed from user code. JMockit will automatically load it at startup.
-
Field Summary
Fields inherited from class MockUp
targetType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfireTestRunFinished(Invocation invocation, org.junit.runner.Result result) static voidfireTestRunStarted(Invocation invocation, org.junit.runner.Description description) static voidfireTestStarted(Invocation invocation, org.junit.runner.Description description) Methods inherited from class MockUp
getMockInstance, onTearDown
-
Constructor Details
-
FakeRunNotifier
public FakeRunNotifier()
-
-
Method Details
-
fireTestRunStarted
public static void fireTestRunStarted(Invocation invocation, org.junit.runner.Description description) -
fireTestStarted
-
fireTestRunFinished
-