public class

WebSudoRule

extends Object
implements TestRule
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.config.junit4.rule.WebSudoRule

Class Overview

Disables web-sudo in JIRA, unless the EnableWebSudo annotation is present for given test.

Summary

Public Constructors
@Inject WebSudoRule(JiraTestedProduct jiraTestedProduct)
Public Methods
Statement apply(Statement base, Description description)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.junit.rules.TestRule

Public Constructors

@Inject public WebSudoRule (JiraTestedProduct jiraTestedProduct)

Public Methods

public Statement apply (Statement base, Description description)