public class

ProjectFieldsAssertionsImpl

extends AbstractFuncTestUtil
implements ProjectFieldsAssertions
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.AbstractFuncTestUtil
     ↳ com.atlassian.jira.functest.framework.assertions.ProjectFieldsAssertionsImpl

Class Overview

Default implementation of ProjectFieldsAssertions

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
Public Constructors
ProjectFieldsAssertionsImpl(WebTester tester, JIRAEnvironmentData environmentData)
Public Methods
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
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.assertions.ProjectFieldsAssertions
From interface com.atlassian.jira.testkit.client.log.FuncTestLogger

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