Package mockit.coverage.testRedundancy
Class JUnitListener
java.lang.Object
org.junit.runner.notification.RunListener
mockit.coverage.testRedundancy.JUnitListener
public final class JUnitListener
extends org.junit.runner.notification.RunListener
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
testFinished
(org.junit.runner.Description description) void
testStarted
(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testIgnored, testRunFinished, testRunStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
JUnitListener
-
-
Method Details
-
testStarted
public void testStarted(@NonNull org.junit.runner.Description description) - Overrides:
testStarted
in classorg.junit.runner.notification.RunListener
-
testFinished
public void testFinished(@NonNull org.junit.runner.Description description) - Overrides:
testFinished
in classorg.junit.runner.notification.RunListener
-