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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JUnitListener

      public JUnitListener(@NonNull TestCoverage testCoverage)
  • Method Details

    • testStarted

      public void testStarted(@NonNull org.junit.runner.Description description)
      Overrides:
      testStarted in class org.junit.runner.notification.RunListener
    • testFinished

      public void testFinished(@NonNull org.junit.runner.Description description)
      Overrides:
      testFinished in class org.junit.runner.notification.RunListener