Class TestLogger

java.lang.Object
org.apache.flink.util.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 Details

    • log

      protected final org.slf4j.Logger log
    • watchman

      public org.junit.rules.TestRule watchman
    • nameProvider

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

    • TestLogger

      public TestLogger()