java.lang.Object | ||
↳ | com.atlassian.jira.functest.framework.AbstractFuncTestUtil | |
↳ | com.atlassian.jira.functest.framework.assertions.JiraFormAssertionsImpl |
And implementation of JiraFormAssertions
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Asserts that there is a "field" error message with the expectedText in an AUI form.
| |||||||||||
Asserts that there is a "field" error message with the expectedText.
| |||||||||||
Asserts that there is a "form" error message with the expectedText.
| |||||||||||
Assert that error message on the form contains link with given exact text.
| |||||||||||
Asserts that there is a "form" notification message with the expectedText.
| |||||||||||
Assert that notification message on the form contains link with given exact text.
| |||||||||||
Asserts that there is a "form" success message with the expectedText
| |||||||||||
Assert that the form contains warning message with given text.
| |||||||||||
Assert that warning message on the form contains link with given exact text.
| |||||||||||
Asserts that there is no errors present.
| |||||||||||
Asserts that there is NO "field" error message with the notExpectedText.
| |||||||||||
Asserts that there is NO "form" error message with the notExpectedText.
| |||||||||||
Asserts that there is NO "form" notification message with the notExpectedText.
| |||||||||||
Asserts that there is NO "form" warning message with the notExpectedText.
| |||||||||||
Asserts that the specified Select form element has this option selected.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Asserts that there is a "field" error message with the expectedText in an AUI form.
expectedText | the expected error message |
---|
Asserts that there is a "field" error message with the expectedText.
expectedText | the expected error message |
---|
Asserts that there is a "form" error message with the expectedText.
expectedText | the expected error message |
---|
Assert that error message on the form contains link with given exact text.
linkExactText | text of the expected link |
---|
Asserts that there is a "form" notification message with the expectedText.
expectedText | the expected notification message |
---|
Assert that notification message on the form contains link with given exact text.
linkExactText | text of the expected link |
---|
Asserts that there is a "form" success message with the expectedText
expectedText | the expected notification message |
---|
Assert that the form contains warning message with given text.
messageText | text of the message |
---|
Assert that warning message on the form contains link with given exact text.
linkExactText | text of the expected link |
---|
Asserts that there is no errors present.
Asserts that there is NO "field" error message with the notExpectedText.
notExpectedText | the expected error message |
---|
Asserts that there is NO "form" error message with the notExpectedText.
notExpectedText | the 'not' expected error message (or part of it) |
---|
Asserts that there is NO "form" notification message with the notExpectedText.
notExpectedText | the 'not' expected notification message (or part of it) |
---|
Asserts that there is NO "form" warning message with the notExpectedText.
notExpectedText | the 'not' expected warning message (or part of it) |
---|
Asserts that the specified Select form element has this option selected.
selectElementName | the name of the <select> element. |
---|---|
optionName | the name of the option that should be selected (not the value of the option). |