Interface ProjectFieldsAssertions
- All Known Implementing Classes:
ProjectFieldsAssertionsImpl
public interface ProjectFieldsAssertions
Assertions for project and issue type fields
- Since:
- v6.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertIssueTypeIsAvailable(String issueType) Checks if provided issue type is available for selection in issue type selectvoidassertIssueTypeIsSelected(String issueType) Checks whether provided issue type is selectedvoidassertIssueTypesEquals(String[] issueTypes) Checks if provided issue types are the only ones available for selectionvoidassertProjectsEquals(String[] projects) Checks whether provided projects are the only ones available for selection in project picker field
-
Method Details
-
assertProjectsEquals
Checks whether provided projects are the only ones available for selection in project picker field- Parameters:
projects- Array of project names
-
assertIssueTypesEquals
Checks if provided issue types are the only ones available for selection- Parameters:
issueTypes- Array of issue types names
-
assertIssueTypeIsAvailable
Checks if provided issue type is available for selection in issue type select- Parameters:
issueType- Issue type name
-
assertIssueTypeIsSelected
Checks whether provided issue type is selected- Parameters:
issueType- Issue type name
-