Class FrameworkUsageValidator

java.lang.Object
org.junit.runner.notification.RunListener
org.mockito.internal.runners.util.FrameworkUsageValidator

public class FrameworkUsageValidator 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
    FrameworkUsageValidator(org.junit.runner.notification.RunNotifier notifier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    testFinished(org.junit.runner.Description description)
     

    Methods inherited from class org.junit.runner.notification.RunListener

    testAssumptionFailure, testFailure, testIgnored, testRunFinished, testRunStarted, testStarted, testSuiteFinished, testSuiteStarted

    Methods inherited from class java.lang.Object

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

    • FrameworkUsageValidator

      public FrameworkUsageValidator(org.junit.runner.notification.RunNotifier notifier)
  • Method Details

    • testFinished

      public void testFinished(org.junit.runner.Description description) throws Exception
      Overrides:
      testFinished in class org.junit.runner.notification.RunListener
      Throws:
      Exception