public class IssueLinksTypeMatcher
extends org.hamcrest.BaseMatcher<com.atlassian.jira.rest.client.api.domain.IssuelinksType>
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static IssueLinksTypeMatcher |
issueLinkType(String name,
String inward,
String outward) |
boolean |
matches(Object item) |
public static IssueLinksTypeMatcher issueLinkType(String name, String inward, String outward)
public boolean matches(Object item)
public void describeTo(org.hamcrest.Description description)
Copyright © 2002-2019 Atlassian. All Rights Reserved.