Class LogTestProgressRule
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- com.atlassian.bamboo.testutils.junit.rule.LogTestProgressRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class LogTestProgressRule extends org.junit.rules.TestWatcher
-
-
Constructor Summary
Constructors Constructor Description LogTestProgressRule(BambooEnvironmentData environmentData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finished(org.junit.runner.Description description)
void
log(@NotNull String msg)
void
onAfter()
protected void
starting(org.junit.runner.Description description)
-
-
-
Constructor Detail
-
LogTestProgressRule
public LogTestProgressRule(BambooEnvironmentData environmentData)
-
-
Method Detail
-
starting
protected void starting(org.junit.runner.Description description)
- Overrides:
starting
in classorg.junit.rules.TestWatcher
-
finished
protected void finished(org.junit.runner.Description description)
- Overrides:
finished
in classorg.junit.rules.TestWatcher
-
onAfter
public void onAfter()
-
log
public void log(@NotNull @NotNull String msg)
-
-