Public Constructors
public
ProjectFieldsAssertionsImpl
(WebTester tester, JIRAEnvironmentData environmentData)
Public Methods
public
void
assertIssueTypeIsAvailable
(String issueType)
Checks if provided issue type is available for selection in issue type select
Parameters
issueType
| Issue type name
|
public
void
assertIssueTypeIsSelected
(String issueType)
Checks whether provided issue type is selected
Parameters
issueType
| Issue type name
|
public
void
assertIssueTypesEquals
(String[] issueTypes)
Checks if provided issue types are the only ones available for selection
Parameters
issueTypes
| Array of issue types names
|
public
void
assertProjectsEquals
(String[] projects)
Checks whether provided projects are the only ones available for selection in project picker field
Parameters
projects
| Array of project names
|