public interface ProjectFieldsAssertions
| Modifier and Type | Method and Description |
|---|---|
void |
assertIssueTypeIsAvailable(String issueType)
Checks if provided issue type is available for selection in issue type select
|
void |
assertIssueTypeIsSelected(String issueType)
Checks whether provided issue type is selected
|
void |
assertIssueTypesEquals(String[] issueTypes)
Checks if provided issue types are the only ones available for selection
|
void |
assertProjectsEquals(String[] projects)
Checks whether provided projects are the only ones available for selection in project picker field
|
void assertProjectsEquals(String[] projects)
projects - Array of project namesvoid assertIssueTypesEquals(String[] issueTypes)
issueTypes - Array of issue types namesvoid assertIssueTypeIsAvailable(String issueType)
issueType - Issue type namevoid assertIssueTypeIsSelected(String issueType)
issueType - Issue type nameCopyright © 2002-2019 Atlassian. All Rights Reserved.