Class EnableCssTransitionsRule
java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.jira.pageobjects.config.junit4.rule.EnableCssTransitionsRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class EnableCssTransitionsRule
extends org.junit.rules.TestWatcher
By default, the CSS transitioning for webdriver tests would be disabled.
This rule basically is going to enable the CSS transitions for the pages used in a test
- Since:
- v8.7
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.rules.TestWatcher
apply, failed, skipped, skipped, succeeded
-
Constructor Details
-
EnableCssTransitionsRule
public EnableCssTransitionsRule()
-
-
Method Details
-
starting
public void starting(@Nonnull org.junit.runner.Description description) - Overrides:
starting
in classorg.junit.rules.TestWatcher
-
finished
public void finished(@Nonnull org.junit.runner.Description description) - Overrides:
finished
in classorg.junit.rules.TestWatcher
-