| Constructor and Description |
|---|
IssueKeyMatcher(String issueKey,
boolean exists) |
| Modifier and Type | Method and Description |
|---|---|
static IssueKeyMatcher |
containsIssueWithKey(String issueKey) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(List<com.atlassian.jira.testkit.client.restclient.Issue> issues) |
static IssueKeyMatcher |
notContainsIssueWithKey(String issueKey) |
describeMismatch, describeMismatchSafely, matchespublic IssueKeyMatcher(String issueKey, boolean exists)
public static IssueKeyMatcher containsIssueWithKey(String issueKey)
public static IssueKeyMatcher notContainsIssueWithKey(String issueKey)
protected boolean matchesSafely(List<com.atlassian.jira.testkit.client.restclient.Issue> issues)
matchesSafely in class org.hamcrest.TypeSafeMatcher<List<com.atlassian.jira.testkit.client.restclient.Issue>>public void describeTo(org.hamcrest.Description description)
Copyright © 2002-2019 Atlassian. All Rights Reserved.