Package com.atlassian.jira.matchers
Class IssueMatchers
java.lang.Object
com.atlassian.jira.matchers.IssueMatchers
Matchers for the
Issue domain object.- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Issue> issueWithId(Long id) static org.hamcrest.Matcher<MutableIssue> issueWithIdAndPriority(long id, Priority priority) static org.hamcrest.Matcher<Issue> issueWithKey(String key) static org.hamcrest.Matcher<Issue> issueWithPriority(Priority priority)
-
Method Details
-
issueWithId
-
issueWithKey
-
issueWithPriority
-
issueWithIdAndPriority
-