public class

WebTesterRule

extends Object
implements Module TestRule
java.lang.Object
   ↳ com.atlassian.jira.functest.rule.WebTesterRule

Class Overview

Rule to initialize HtmlUnit test for JIRA func tests.

Summary

Fields
protected LocatorFactory locator Use this field to access the LocatorFactory in play
Public Constructors
WebTesterRule(Supplier<JIRAEnvironmentData> environmentDataSupplier, Supplier<FuncTestWebClientListener> webClientListenerSupplier)
Public Methods
Statement apply(Statement base, Description description)
void configure(Binder binder)
Navigation getNavigation()
WebTester getTester()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.Module
From interface org.junit.rules.TestRule

Fields

protected LocatorFactory locator

Use this field to access the LocatorFactory in play

Public Constructors

public WebTesterRule (Supplier<JIRAEnvironmentData> environmentDataSupplier, Supplier<FuncTestWebClientListener> webClientListenerSupplier)

Public Methods

public Statement apply (Statement base, Description description)

public void configure (Binder binder)

public Navigation getNavigation ()

public WebTester getTester ()