Package com.atlassian.jira.pageobjects
Class JiraWebDriverTest
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
- Direct Known Subclasses:
BaseJiraWebTest
,TestAttachmentExpansion
,TestAttachmentPreview
Base test class, which exposes objects necessary for black-box tests. Allows subclasses to customize the order of
Rule
s and ClassRule
s.- Since:
- v6.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Backdoor
protected static JiraTestedProduct
protected static final org.slf4j.Logger
protected OutgoingMailHelper
protected static com.atlassian.pageobjects.PageBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Backdoor
static org.junit.rules.TestRule
final org.junit.rules.TestRule
-
Field Details
-
logger
protected static final org.slf4j.Logger logger -
jira
-
pageBinder
@Inject protected static com.atlassian.pageobjects.PageBinder pageBinder -
backdoor
-
mailHelper
-
-
Constructor Details
-
JiraWebDriverTest
public JiraWebDriverTest()
-
-
Method Details
-
getBaseClassRule
public static org.junit.rules.TestRule getBaseClassRule() -
getBaseRule
public final org.junit.rules.TestRule getBaseRule() -
getBackdoor
-