Class IssueMatchers

java.lang.Object
com.atlassian.jira.matchers.IssueMatchers

public final class IssueMatchers extends Object
Matchers for the Issue domain object.
Since:
5.1
  • Method Details

    • issueWithId

      public static org.hamcrest.Matcher<Issue> issueWithId(Long id)
    • issueWithKey

      public static org.hamcrest.Matcher<Issue> issueWithKey(String key)
    • issueWithPriority

      public static org.hamcrest.Matcher<Issue> issueWithPriority(Priority priority)
    • issueWithIdAndPriority

      public static org.hamcrest.Matcher<MutableIssue> issueWithIdAndPriority(long id, Priority priority)