com.atlassian.jira.rest.client.test.matchers
Class IssueMatchers
java.lang.Object
com.atlassian.jira.rest.client.test.matchers.IssueMatchers
public class IssueMatchers
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueMatchers
public IssueMatchers()
withIssueKey
public static org.hamcrest.Matcher<? super BasicIssue> withIssueKey(String issueKey)
issuesWithKeys
public static org.hamcrest.Matcher<Iterable<? extends BasicIssue>> issuesWithKeys(String... keys)
Copyright © 2013 Atlassian. All Rights Reserved.