public class WebTesterRule extends Object implements org.junit.rules.TestRule, com.google.inject.Module
| Modifier and Type | Field and Description |
|---|---|
protected LocatorFactory |
locator
Use this field to access the
LocatorFactory in play |
protected com.atlassian.jira.testkit.client.log.FuncTestLogger |
log
Use this field to access the
FuncTestLogger in play |
| Constructor and Description |
|---|
WebTesterRule(java.util.function.Supplier<JIRAEnvironmentData> environmentDataSupplier,
java.util.function.Supplier<FuncTestWebClientListener> webClientListenerSupplier) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
void |
configure(com.google.inject.Binder binder) |
Navigation |
getNavigation() |
net.sourceforge.jwebunit.WebTester |
getTester() |
protected com.atlassian.jira.testkit.client.log.FuncTestLogger log
FuncTestLogger in playprotected LocatorFactory locator
LocatorFactory in playpublic WebTesterRule(java.util.function.Supplier<JIRAEnvironmentData> environmentDataSupplier, java.util.function.Supplier<FuncTestWebClientListener> webClientListenerSupplier)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRulepublic void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Modulepublic net.sourceforge.jwebunit.WebTester getTester()
public Navigation getNavigation()
Copyright © 2002-2015 Atlassian. All Rights Reserved.