public class

DeleteContextMatcher

extends TypeSafeDiagnosingMatcher<T>
java.lang.Object
   ↳ org.hamcrest.BaseMatcher<T>
     ↳ org.hamcrest.TypeSafeDiagnosingMatcher<T>
       ↳ com.atlassian.jira.entity.DeleteContextMatcher

Summary

Public Constructors
DeleteContextMatcher()
Public Methods
DeleteContextMatcher and(EntityCondition condition)
DeleteContextMatcher and(String field, Object value)
void describeTo(Description description)
DeleteContextMatcher entity(String entity)
Protected Methods
boolean matchesSafely(Delete.DeleteWhereContext item, Description mismatchDescription)
[Expand]
Inherited Methods
From class org.hamcrest.TypeSafeDiagnosingMatcher
From class org.hamcrest.BaseMatcher
From class java.lang.Object
From interface org.hamcrest.Matcher
From interface org.hamcrest.SelfDescribing

Public Constructors

public DeleteContextMatcher ()

Public Methods

public DeleteContextMatcher and (EntityCondition condition)

public DeleteContextMatcher and (String field, Object value)

public void describeTo (Description description)

public DeleteContextMatcher entity (String entity)

Protected Methods

protected boolean matchesSafely (Delete.DeleteWhereContext item, Description mismatchDescription)