public class EntityExprMatcher
extends org.mockito.ArgumentMatcher<org.ofbiz.core.entity.EntityExpr>
EntityExpr
.Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static EntityExprMatcher |
entityExpr(org.ofbiz.core.entity.EntityExpr expected) |
boolean |
matches(Object o) |
public static EntityExprMatcher entityExpr(org.ofbiz.core.entity.EntityExpr expected)
public boolean matches(Object o)
matches
in interface org.hamcrest.Matcher<org.ofbiz.core.entity.EntityExpr>
matches
in class org.mockito.ArgumentMatcher<org.ofbiz.core.entity.EntityExpr>
public void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
describeTo
in class org.mockito.ArgumentMatcher<org.ofbiz.core.entity.EntityExpr>
Copyright © 2002-2017 Atlassian. All Rights Reserved.