org.mockito.internal.runners.util
Class FrameworkUsageValidator

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

public class FrameworkUsageValidator
extends org.junit.runner.notification.RunListener


Constructor Summary
FrameworkUsageValidator(org.junit.runner.notification.RunNotifier notifier)
           
 
Method Summary
 void testFinished(org.junit.runner.Description description)
           
 
Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testIgnored, testRunFinished, testRunStarted, testStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkUsageValidator

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

testFinished

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