Class ProfilingTestRule
java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.confluence.test.util.ProfilingTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class ProfilingTestRule
extends org.junit.rules.TestWatcher
- Since:
- 7.20
-
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 clock -
registry
public final io.micrometer.core.instrument.simple.SimpleMeterRegistry registry
-
-
Constructor Details
-
ProfilingTestRule
public ProfilingTestRule()
-
-
Method Details
-
starting
protected void starting(org.junit.runner.Description description) - Overrides:
starting
in classorg.junit.rules.TestWatcher
-
finished
protected void finished(org.junit.runner.Description description) - Overrides:
finished
in classorg.junit.rules.TestWatcher
-