@Deprecated public class CamelTestWatcher extends org.junit.rules.TestWatcher
TestWatcher that is used to time how long the test takes.| Constructor and Description |
|---|
CamelTestWatcher()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finished(org.junit.runner.Description description)
Deprecated.
|
protected void |
starting(org.junit.runner.Description description)
Deprecated.
|
long |
timeTaken()
Deprecated.
|
protected void starting(org.junit.runner.Description description)
starting in class org.junit.rules.TestWatcherprotected void finished(org.junit.runner.Description description)
finished in class org.junit.rules.TestWatcherpublic long timeTaken()
Apache Camel