Class ProfilingTestRule
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- com.atlassian.confluence.util.test.rules.ProfilingTestRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
@Deprecated public class ProfilingTestRule extends org.junit.rules.TestWatcher
Deprecated.since 7.20 no replacement
-
-
Constructor Summary
Constructors Constructor Description ProfilingTestRule()
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.
-
-
-
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
-
-