com.atlassian.jira.functest.matcher
Class IssueLinksTypeMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<com.atlassian.jira.rest.client.api.domain.IssuelinksType>
      extended by com.atlassian.jira.functest.matcher.IssueLinksTypeMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<com.atlassian.jira.rest.client.api.domain.IssuelinksType>, org.hamcrest.SelfDescribing

public class IssueLinksTypeMatcher
extends org.hamcrest.BaseMatcher<com.atlassian.jira.rest.client.api.domain.IssuelinksType>

Since:
v6.1

Method Summary
 void describeTo(org.hamcrest.Description description)
           
static IssueLinksTypeMatcher issueLinkType(String name, String inward, String outward)
           
 boolean matches(Object item)
           
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

issueLinkType

public static IssueLinksTypeMatcher issueLinkType(String name,
                                                  String inward,
                                                  String outward)

matches

public boolean matches(Object item)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2002-2014 Atlassian. All Rights Reserved.