Package org.eclipse.jetty.toolchain.test
Class TestTracker
java.lang.Object
org.junit.rules.TestWatcher
org.eclipse.jetty.toolchain.test.TestTracker
- All Implemented Interfaces:
org.junit.rules.TestRule
public class TestTracker
extends org.junit.rules.TestWatcher
Adds simple System.err output tracking of test method execution.
Note: AdvancedRunner
performs tracking as well, there is no need
for this @Rule if you have AdvancedRunner in use.
@Rule public TestTracker ttracker = new TestTracker();
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
starting
(org.junit.runner.Description description) Methods inherited from class org.junit.rules.TestWatcher
apply, failed, finished, skipped, skipped, succeeded
-
Constructor Details
-
TestTracker
public TestTracker()
-
-
Method Details
-
starting
protected void starting(org.junit.runner.Description description) - Overrides:
starting
in classorg.junit.rules.TestWatcher
-