Package org.apache.flink.util
Class TestLogger
java.lang.Object
org.apache.flink.util.TestLogger
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
FieldsModifier and TypeFieldDescriptionprotected final org.slf4j.Loggerfinal org.junit.rules.TestRuleorg.junit.rules.TestRule -
Constructor Summary
Constructors -
Method Summary
-
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()
-