Package com.atlassian.jira.entity
Class DeleteContextMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>
com.atlassian.jira.entity.DeleteContextMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<Delete.DeleteWhereContext>
,org.hamcrest.SelfDescribing
public class DeleteContextMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand
(org.ofbiz.core.entity.EntityCondition condition) void
describeTo
(org.hamcrest.Description description) protected boolean
matchesSafely
(Delete.DeleteWhereContext item, org.hamcrest.Description mismatchDescription) Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
-
Constructor Details
-
DeleteContextMatcher
public DeleteContextMatcher()
-
-
Method Details
-
entity
-
and
-
and
-
matchesSafely
protected boolean matchesSafely(Delete.DeleteWhereContext item, org.hamcrest.Description mismatchDescription) - Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-