Package com.atlassian.jira.webtests
Class AbstractTestIssueNavigatorColumnsView.ItemVerifier
java.lang.Object
com.atlassian.jira.webtests.AbstractTestIssueNavigatorColumnsView.ItemVerifier
- Enclosing class:
AbstractTestIssueNavigatorColumnsView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final URLprotected final AbstractTestIssueNavigatorView.Itemprotected final intprotected final com.meterware.httpunit.WebTableprotected final AbstractTestIssueNavigatorColumnsView -
Constructor Summary
ConstructorsConstructorDescriptionItemVerifier(AbstractTestIssueNavigatorColumnsView test, AbstractTestIssueNavigatorView.Item item, com.meterware.httpunit.WebTable table, URL baseUrl) -
Method Summary
Modifier and TypeMethodDescriptionprotected intvoidverify()protected voidverifyCellIssueAttributeEmptyOrEquals(String fieldName, String itemFieldName) protected voidverifyCellValueEmptyOrEquals(String fieldName, String fieldExpectedValue) protected voidverifyCustomFieldDisplayValues(String columnKey, String customFieldName) protected voidverifyCustomFieldLinks(String columnKey, String customFieldName) protected voidverifyImageExists(String fieldName, String imageUrl) protected voidverifyLinkExists(String fieldName, String link)
-
Field Details
-
test
-
item
-
table
protected final com.meterware.httpunit.WebTable table -
row
protected final int row -
baseUrl
-
-
Constructor Details
-
Method Details
-
verify
public void verify() -
verifyImageExists
-
verifyLinkExists
-
getColumn
-
verifyCellIssueAttributeEmptyOrEquals
-
verifyCellValueEmptyOrEquals
-
verifyCustomFieldDisplayValues
-
verifyCustomFieldLinks
-