Class EnableAnalyticsRule
java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.jira.pageobjects.config.junit4.rule.EnableAnalyticsRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class EnableAnalyticsRule
extends org.junit.rules.TestWatcher
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.rules.TestWatcher
apply, failed, skipped, skipped, succeeded
-
Constructor Details
-
EnableAnalyticsRule
public EnableAnalyticsRule()
-
-
Method Details
-
starting
protected void starting(@Nonnull 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
-