public class IssueMatchers extends Object
Constructor and Description |
---|
IssueMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Iterable<? extends BasicIssue>> |
issuesWithKeys(String... keys) |
static org.hamcrest.Matcher<? super BasicIssue> |
withIssueKey(String issueKey) |
public static org.hamcrest.Matcher<? super BasicIssue> withIssueKey(String issueKey)
public static org.hamcrest.Matcher<Iterable<? extends BasicIssue>> issuesWithKeys(String... keys)
Copyright © 2013 Atlassian. All Rights Reserved.