public class EntityFieldMapMatcher
extends org.mockito.ArgumentMatcher<org.ofbiz.core.entity.EntityFieldMap>
EntityFieldMap.| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static EntityFieldMapMatcher |
entityFieldMap(org.ofbiz.core.entity.EntityFieldMap expected) |
static EntityFieldMapMatcher |
entityFieldMap(Map<String,?> expected) |
boolean |
matches(Object o) |
public static EntityFieldMapMatcher entityFieldMap(Map<String,?> expected)
public static EntityFieldMapMatcher entityFieldMap(org.ofbiz.core.entity.EntityFieldMap expected)
public boolean matches(Object o)
matches in interface org.hamcrest.Matcher<org.ofbiz.core.entity.EntityFieldMap>matches in class org.mockito.ArgumentMatcher<org.ofbiz.core.entity.EntityFieldMap>public void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribingdescribeTo in class org.mockito.ArgumentMatcher<org.ofbiz.core.entity.EntityFieldMap>Copyright © 2002-2018 Atlassian. All Rights Reserved.