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)
ProjectFieldsAssertionsassertProjectsEquals in interface ProjectFieldsAssertionsprojects - Array of project namespublic void assertIssueTypesEquals(String[] issueTypes)
ProjectFieldsAssertionsassertIssueTypesEquals in interface ProjectFieldsAssertionsissueTypes - Array of issue types namespublic void assertIssueTypeIsAvailable(String issueType)
ProjectFieldsAssertionsassertIssueTypeIsAvailable in interface ProjectFieldsAssertionsissueType - Issue type namepublic void assertIssueTypeIsSelected(String issueType)
ProjectFieldsAssertionsassertIssueTypeIsSelected in interface ProjectFieldsAssertionsissueType - Issue type nameCopyright © 2002-2018 Atlassian. All Rights Reserved.