com.atlassian.jira.matchers
Class IssueMatchers

java.lang.Object
  extended by com.atlassian.jira.matchers.IssueMatchers

public final class IssueMatchers
extends Object

Matchers for the Issue domain object.

Since:
5.1

Method Summary
static org.hamcrest.Matcher<Issue> issueWithId(Long id)
           
static org.hamcrest.Matcher<Issue> issueWithKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

issueWithId

public static org.hamcrest.Matcher<Issue> issueWithId(Long id)

issueWithKey

public static org.hamcrest.Matcher<Issue> issueWithKey(String key)


Copyright © 2002-2013 Atlassian. All Rights Reserved.