Class IssueHistoryDataMatchers
java.lang.Object
com.atlassian.jira.pageobjects.components.fields.IssueHistoryDataMatchers
Matchers for issue history data
- Since:
- v5.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<HistoryModule.IssueHistoryItem>
containsHistoryRow
(String fieldName, String originalValue, String newValue) static org.hamcrest.Matcher<HistoryModule.IssueHistoryItem>
containsNewValue
(String fieldName, String newValue)
-
Constructor Details
-
IssueHistoryDataMatchers
public IssueHistoryDataMatchers()
-
-
Method Details
-
containsHistoryRow
public static org.hamcrest.Matcher<HistoryModule.IssueHistoryItem> containsHistoryRow(String fieldName, String originalValue, String newValue) -
containsNewValue
public static org.hamcrest.Matcher<HistoryModule.IssueHistoryItem> containsNewValue(String fieldName, String newValue)
-