Class WebTestRules
java.lang.Object
com.atlassian.jira.pageobjects.config.junit4.rule.WebTestRules
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 Summary
Modifier and TypeMethodDescriptionstatic org.junit.rules.RuleChainforProduct(com.atlassian.pageobjects.TestedProduct<?> product)
-
Method Details
-
forProduct
public static org.junit.rules.RuleChain forProduct(com.atlassian.pageobjects.TestedProduct<?> product)
-