java.lang.Object | ||
↳ | com.atlassian.jira.functest.framework.AbstractFuncTestUtil | |
↳ | com.atlassian.jira.functest.framework.assertions.ViewIssueAssertions |
Makes assertions on the View Issue page.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Asserts that the actual value for the "Affects Version/s" field in this View Issue page is equal to the given
expected version.
| |||||||||||
Asserts that the value for the "Affects Version/s" field in this View Issue page is "None".
| |||||||||||
Asserts that the actual value for the "Component/s" field in this View Issue page is equal to the given expected
component.
| |||||||||||
Asserts the value for a custom field.
| |||||||||||
Asserts that the actual value for the "Fix Version/s" field in this View Issue page is equal to the given
expected version.
| |||||||||||
Asserts that the value for the "Fix Version/s" field in this View Issue page is "None".
| |||||||||||
Assert that current issue status is equal to expectedStatus.
| |||||||||||
Asserts the time tracking info shown in the module on the View Issue screen.
| |||||||||||
Returns the Text for the "Affects Version/s" in this View Issue page.
| |||||||||||
Returns a list of Issue Keys that are inward links.
| |||||||||||
Returns a list of Issue Keys that are outward links.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Asserts that the actual value for the "Affects Version/s" field in this View Issue page is equal to the given expected version.
If you expect multiple versions then you should separate them with a comma and space, eg "1.0, 1.1, 2.0". If
you expect no affected versions, then give the String "None", or use assertAffectsVersionsNone()
.
expected | The expected Affects Version(s) |
---|
Asserts that the value for the "Affects Version/s" field in this View Issue page is "None".
Alternative to calling assertAffectsVersions("None")
Asserts that the actual value for the "Component/s" field in this View Issue page is equal to the given expected component.
If you expect multiple components then you should separate them with a comma and space, eg "1.0, 1.1, 2.0". If
you expect no components, then give the String "None", or use assertComponentsNone()
.
expected | The expected component(s) |
---|
Asserts the value for a custom field.
fieldId | the field id e.g. customfield_10000 |
---|---|
expected | The expected value |
Asserts that the actual value for the "Fix Version/s" field in this View Issue page is equal to the given expected version.
If you expect multiple versions then you should separate them with a comma and space, eg "1.0, 1.1, 2.0". If
you expect no fix versions, then give the String "None", or use assertFixVersionsNone()
.
expected | The expected version(s) |
---|
Asserts that the value for the "Fix Version/s" field in this View Issue page is "None".
Alternative to calling assertFixVersions("None")
Assert that current issue status is equal to expectedStatus.
expectedStatus | expected issue status |
---|
Asserts the time tracking info shown in the module on the View Issue screen. Note: time tracking values should be
in short-hand format e.g. 2h
, 4d 35m
original | the original estimate - the value that appears under "Estimated" |
---|---|
remaining | the remaining estimate - the value that appears under "Remaining" |
logged | the time spent - the value that appears under "Logged" |
Returns the Text for the "Affects Version/s" in this View Issue page.
Note that the text has whitespace collapsed, so it will return values like "1.0, 1.1, 2.0". If there are no affected versions set, then the value returned is whatever the page displays (currently "None").
Returns a list of Issue Keys that are inward links.
Returns a list of Issue Keys that are outward links.