public abstract class

BaseJiraWebTest

extends Object
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.BaseJiraWebTest

Class Overview

Lightweight base class mainly containing annotations common for all tests.

DO NOT put any utility methods here. Use page objects framework for that. In fact, do not put anything here without permission :P

Summary

Fields
protected static Backdoor backdoor
protected static JiraTestedProduct jira
public static JiraWebTestClassRules jiraWebTestClassRules
protected static final Logger logger
protected static PageBinder pageBinder
public TestRule webTestRule
Public Constructors
BaseJiraWebTest()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected static Backdoor backdoor

protected static JiraTestedProduct jira

public static JiraWebTestClassRules jiraWebTestClassRules

protected static final Logger logger

protected static PageBinder pageBinder

public TestRule webTestRule

Public Constructors

public BaseJiraWebTest ()