Class LoudTimingRule
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- com.atlassian.bamboo.testutils.junit.rule.LoudTimingRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class LoudTimingRule extends org.junit.rules.TestWatcher
Very loudly log how long a test took to complete.
-
-
Constructor Summary
Constructors Constructor Description LoudTimingRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finished(org.junit.runner.Description description)
protected void
starting(org.junit.runner.Description description)
-