Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Issue> |
issueWithId(Long id) |
static org.hamcrest.Matcher<MutableIssue> |
issueWithIdAndPriority(long id,
Priority priority) |
static org.hamcrest.Matcher<Issue> |
issueWithKey(String key) |
static org.hamcrest.Matcher<Issue> |
issueWithPriority(Priority priority) |
public static org.hamcrest.Matcher<MutableIssue> issueWithIdAndPriority(long id, Priority priority)
Copyright © 2002-2019 Atlassian. All Rights Reserved.