public class JiraFormAssertionsImpl extends Object implements JiraFormAssertions
JiraFormAssertions
.Constructor and Description |
---|
JiraFormAssertionsImpl(TextAssertions textAssertions,
net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
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 |
assertFormErrMsgContainsLink(String linkExactText)
Assert that error message on the form contains link with given exact text.
|
void |
assertFormNotificationMsg(String expectedText)
Asserts that there is a "form" notification message with the expectedText.
|
void |
assertFormNotificationMsgContainsLink(String linkExactText)
Assert that notification message on the form contains link with given exact text.
|
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 |
assertFormWarningMessageContainsLink(String linkExactText)
Assert that warning message on the form contains link with given exact 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 |
assertNoFormNotificationMsg(String notExpectedText)
Asserts that there is NO "form" notification message with the notExpectedText.
|
void |
assertNoFormWarningMessage(String notExpectedText)
Asserts that there is NO "form" warning message with the notExpectedText.
|
void |
assertSelectElementByIdHasOptionSelected(String selectElementId,
String optionName)
Asserts that the specified Select form element has this option selected.
|
void |
assertSelectElementByIdHasOptionSelectedById(String selectElementId,
String optionId)
Asserts that the specified Select form element has the option with the given id selected.
|
void |
assertSelectElementHasOptionSelected(String selectElementName,
String optionName)
Asserts that the specified Select form element has this option selected.
|
@Inject public JiraFormAssertionsImpl(TextAssertions textAssertions, net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
public void assertFieldErrMsg(String expectedText)
JiraFormAssertions
assertFieldErrMsg
in interface JiraFormAssertions
expectedText
- the expected error messagepublic void assertAuiFieldErrMsg(String expectedText)
JiraFormAssertions
assertAuiFieldErrMsg
in interface JiraFormAssertions
expectedText
- the expected error messagepublic void assertFormErrMsg(String expectedText)
JiraFormAssertions
assertFormErrMsg
in interface JiraFormAssertions
expectedText
- the expected error messagepublic void assertFormErrMsgContainsLink(String linkExactText)
JiraFormAssertions
assertFormErrMsgContainsLink
in interface JiraFormAssertions
linkExactText
- text of the expected linkpublic void assertNoFieldErrMsg(String notExpectedText)
JiraFormAssertions
assertNoFieldErrMsg
in interface JiraFormAssertions
notExpectedText
- the expected error messagepublic void assertNoFormErrMsg(String notExpectedText)
JiraFormAssertions
assertNoFormErrMsg
in interface JiraFormAssertions
notExpectedText
- the 'not' expected error message (or part of it)public void assertNoErrorsPresent()
JiraFormAssertions
assertNoErrorsPresent
in interface JiraFormAssertions
public void assertFormNotificationMsg(String expectedText)
JiraFormAssertions
assertFormNotificationMsg
in interface JiraFormAssertions
expectedText
- the expected notification messagepublic void assertNoFormNotificationMsg(String notExpectedText)
JiraFormAssertions
assertNoFormNotificationMsg
in interface JiraFormAssertions
notExpectedText
- the 'not' expected notification message (or part of it)public void assertFormNotificationMsgContainsLink(String linkExactText)
JiraFormAssertions
assertFormNotificationMsgContainsLink
in interface JiraFormAssertions
linkExactText
- text of the expected linkpublic void assertFormSuccessMsg(String expectedText)
JiraFormAssertions
assertFormSuccessMsg
in interface JiraFormAssertions
expectedText
- the expected notification messagepublic void assertFormWarningMessage(String messageText)
JiraFormAssertions
assertFormWarningMessage
in interface JiraFormAssertions
messageText
- text of the messagepublic void assertNoFormWarningMessage(String notExpectedText)
JiraFormAssertions
assertNoFormWarningMessage
in interface JiraFormAssertions
notExpectedText
- the 'not' expected warning message (or part of it)public void assertFormWarningMessageContainsLink(String linkExactText)
JiraFormAssertions
assertFormWarningMessageContainsLink
in interface JiraFormAssertions
linkExactText
- text of the expected linkpublic void assertSelectElementHasOptionSelected(String selectElementName, String optionName)
JiraFormAssertions
assertSelectElementHasOptionSelected
in interface JiraFormAssertions
selectElementName
- the name of the <select> element.optionName
- the name of the option that should be selected (not the value of the option).public void assertSelectElementByIdHasOptionSelected(String selectElementId, String optionName)
JiraFormAssertions
assertSelectElementByIdHasOptionSelected
in interface JiraFormAssertions
selectElementId
- the id of the <select> element.optionName
- the name of the option that should be selected (not the value of the option).public void assertSelectElementByIdHasOptionSelectedById(String selectElementId, String optionId)
JiraFormAssertions
assertSelectElementByIdHasOptionSelectedById
in interface JiraFormAssertions
selectElementId
- the id of the <select> element.optionId
- the id of the option that should be selectedCopyright © 2002-2024 Atlassian. All Rights Reserved.