public class TestTracker
extends org.junit.rules.TestWatcher
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 and Description |
|---|
TestTracker() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
starting(org.junit.runner.Description description) |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.