Class DbRunListener


  • public class DbRunListener
    extends org.junit.runner.notification.RunListener
    Author:
    Ben McCann (benmccann.com)
    • 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
      DbRunListener()  
    • Constructor Detail

      • DbRunListener

        public DbRunListener()
    • Method Detail

      • testRunStarted

        public void testRunStarted​(org.junit.runner.Description description)
                            throws Exception
        Overrides:
        testRunStarted in class org.junit.runner.notification.RunListener
        Throws:
        Exception
      • testRunFinished

        public void testRunFinished​(org.junit.runner.Result result)
                             throws Exception
        Overrides:
        testRunFinished in class org.junit.runner.notification.RunListener
        Throws:
        Exception