|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JiraFormAssertions
An assertions helper for working with JIRA forms
Method Summary | |
---|---|
void |
assertAuiFieldErrMsg(String expectedText)
Asserts that there is a "field" error message with the expectedText in an AUI form. |
void |
assertFieldErrMsg(String expectedText)
Asserts that there is a "field" error message with the expectedText. |
void |
assertFormErrMsg(String expectedText)
Asserts that there is a "form" error message with the expectedText. |
void |
assertFormNotificationMsg(String expectedText)
Asserts that there is a "form" notification message with the expectedText |
void |
assertFormSuccessMsg(String expectedText)
Asserts that there is a "form" success message with the expectedText |
void |
assertFormWarningMessage(String messageText)
Assert that the form contains warning message with given text. |
void |
assertNoErrorsPresent()
Asserts that there is no errors present. |
void |
assertNoFieldErrMsg(String notExpectedText)
Asserts that there is NO "field" error message with the notExpectedText. |
void |
assertNoFormErrMsg(String notExpectedText)
Asserts that there is NO "form" error message with the notExpectedText. |
void |
assertSelectElementHasOptionSelected(String selectElementName,
String optionName)
Asserts that the specified Select form element has this option selected. |
Method Detail |
---|
void assertFieldErrMsg(String expectedText)
expectedText
- the expected error messagevoid assertAuiFieldErrMsg(String expectedText)
expectedText
- the expected error messagevoid assertFormErrMsg(String expectedText)
expectedText
- the expected error messagevoid assertNoFieldErrMsg(String notExpectedText)
notExpectedText
- the expected error messagevoid assertNoFormErrMsg(String notExpectedText)
notExpectedText
- the expected error messagevoid assertFormWarningMessage(String messageText)
messageText
- text of the messagevoid assertNoErrorsPresent()
void assertFormNotificationMsg(String expectedText)
expectedText
- the expected notification messagevoid assertFormSuccessMsg(String expectedText)
expectedText
- the expected notification messagevoid assertSelectElementHasOptionSelected(String selectElementName, String optionName)
selectElementName
- the name of the <select> element.optionName
- the name of the option that should be selected (not the value of the option).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |