public class DeleteContextMatcher extends org.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>
Constructor and Description |
---|
DeleteContextMatcher() |
Modifier and Type | Method and Description |
---|---|
DeleteContextMatcher |
and(org.ofbiz.core.entity.EntityCondition condition) |
DeleteContextMatcher |
and(String field,
Object value) |
void |
describeTo(org.hamcrest.Description description) |
DeleteContextMatcher |
entity(String entity) |
protected boolean |
matchesSafely(Delete.DeleteWhereContext item,
org.hamcrest.Description mismatchDescription) |
public DeleteContextMatcher entity(String entity)
public DeleteContextMatcher and(String field, Object value)
public DeleteContextMatcher and(org.ofbiz.core.entity.EntityCondition condition)
protected boolean matchesSafely(Delete.DeleteWhereContext item, org.hamcrest.Description mismatchDescription)
matchesSafely
in class org.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>
public void describeTo(org.hamcrest.Description description)
Copyright © 2002-2023 Atlassian. All Rights Reserved.