Class ProfilingTestRule
java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.confluence.util.test.rules.ProfilingTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.rules.TestWatcher
apply, failed, skipped, skipped, succeeded
-
Field Details
-
clock
public final io.micrometer.core.instrument.MockClock clockDeprecated. -
registry
public final io.micrometer.core.instrument.simple.SimpleMeterRegistry registryDeprecated.
-
-
Constructor Details
-
ProfilingTestRule
public ProfilingTestRule()Deprecated.
-
-
Method Details
-
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
-
ProfilingTestRule
instead.