Package org.apache.flink.util
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 Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlogorg.junit.rules.TestRulenameProviderorg.junit.rules.TestRulewatchman
-
Constructor Summary
Constructors Constructor Description TestLogger()
-