public class ProjectFieldsAssertionsImpl extends Object implements ProjectFieldsAssertions
ProjectFieldsAssertions
Constructor and Description |
---|
ProjectFieldsAssertionsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
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
|
@Inject public ProjectFieldsAssertionsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
public void assertProjectsEquals(String[] projects)
ProjectFieldsAssertions
assertProjectsEquals
in interface ProjectFieldsAssertions
projects
- Array of project namespublic void assertIssueTypesEquals(String[] issueTypes)
ProjectFieldsAssertions
assertIssueTypesEquals
in interface ProjectFieldsAssertions
issueTypes
- Array of issue types namespublic void assertIssueTypeIsAvailable(String issueType)
ProjectFieldsAssertions
assertIssueTypeIsAvailable
in interface ProjectFieldsAssertions
issueType
- Issue type namepublic void assertIssueTypeIsSelected(String issueType)
ProjectFieldsAssertions
assertIssueTypeIsSelected
in interface ProjectFieldsAssertions
issueType
- Issue type nameCopyright © 2002-2019 Atlassian. All Rights Reserved.