Package 

Class SpringAfterRunner

    • Constructor Summary

      Constructors 
      Constructor Description
      SpringAfterRunner(Statement next, List<FrameworkMethod> afters, Object testInstance, Method testMethod, TestContextManager testContextManager)
    • Method Summary

      Modifier and Type Method Description
      Unit evaluate()
      • Methods inherited from class org.junit.runners.model.Statement

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • SpringAfterRunner

        SpringAfterRunner(Statement next, List<FrameworkMethod> afters, Object testInstance, Method testMethod, TestContextManager testContextManager)