|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.rules.TestWatcher
com.atlassian.confluence.webdriver.rules.LogTimeRule
public class LogTimeRule
Time each test and log how long each one takes. Not thread safe at all.
| Constructor Summary | |
|---|---|
LogTimeRule()
|
|
| Method Summary | |
|---|---|
protected void |
failed(java.lang.Throwable e,
org.junit.runner.Description description)
|
protected void |
starting(org.junit.runner.Description description)
|
protected void |
succeeded(org.junit.runner.Description description)
|
| Methods inherited from class org.junit.rules.TestWatcher |
|---|
apply, finished |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogTimeRule()
| Method Detail |
|---|
protected void starting(org.junit.runner.Description description)
starting in class org.junit.rules.TestWatcher
protected void failed(java.lang.Throwable e,
org.junit.runner.Description description)
failed in class org.junit.rules.TestWatcherprotected void succeeded(org.junit.runner.Description description)
succeeded in class org.junit.rules.TestWatcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||