public class LinkedIssuesMatcher
extends org.hamcrest.TypeSafeMatcher<com.atlassian.jira.testkit.client.restclient.Issue>
Constructor and Description |
---|
LinkedIssuesMatcher(String expectedIssueKey,
String expectedLinkTypeName,
boolean outward) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.Issue> |
hasLinkWithInwardIssue(String issueKey,
String linkTypeName) |
static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.Issue> |
hasLinkWithOutwardIssue(String issueKey,
String linkTypeName) |
boolean |
matchesSafely(com.atlassian.jira.testkit.client.restclient.Issue issue) |
describeMismatch, describeMismatchSafely, matches
public static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.Issue> hasLinkWithInwardIssue(String issueKey, String linkTypeName)
public static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.Issue> hasLinkWithOutwardIssue(String issueKey, String linkTypeName)
public boolean matchesSafely(com.atlassian.jira.testkit.client.restclient.Issue issue)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<com.atlassian.jira.testkit.client.restclient.Issue>
public void describeTo(org.hamcrest.Description description)
Copyright © 2002-2015 Atlassian. All Rights Reserved.