java.lang.Object
com.atlassian.jira.pageobjects.config.junit4.rule.WebTestRules

public final class WebTestRules extends Object
Default set of rules that can be used in plugin tests. Those should work regardless of whether the func-test plugin is installed, or not.

The set includes (in order):

  • WindowSizeRule
  • TODO
Since:
5.1
  • Method Details

    • forProduct

      public static org.junit.rules.RuleChain forProduct(com.atlassian.pageobjects.TestedProduct<?> product)