Class TestLogger


  • public class TestLogger
    extends Object
    Adds automatic test name logging. Every test which wants to log which test is currently executed and why it failed, simply has to extend this class.
    • Field Detail

      • log

        protected final org.slf4j.Logger log
      • watchman

        public org.junit.rules.TestRule watchman
      • nameProvider

        public final org.junit.rules.TestRule nameProvider
    • Constructor Detail

      • TestLogger

        public TestLogger()