Package org.apache.camel.test.junit4
Class CamelTestWatcher
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- org.apache.camel.test.junit4.CamelTestWatcher
-
- All Implemented Interfaces:
org.junit.rules.TestRule
@Deprecated public class CamelTestWatcher extends org.junit.rules.TestWatcher
Deprecated.A JUnitTestWatcher
that is used to time how long the test takes.
-
-
Constructor Summary
Constructors Constructor Description CamelTestWatcher()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
finished(org.junit.runner.Description description)
Deprecated.protected void
starting(org.junit.runner.Description description)
Deprecated.long
timeTaken()
Deprecated.
-
-
-
Method Detail
-
starting
protected void starting(org.junit.runner.Description description)
Deprecated.- Overrides:
starting
in classorg.junit.rules.TestWatcher
-
finished
protected void finished(org.junit.runner.Description description)
Deprecated.- Overrides:
finished
in classorg.junit.rules.TestWatcher
-
timeTaken
public long timeTaken()
Deprecated.
-
-