public class EntityFieldMapMatcher
extends org.hamcrest.BaseMatcher<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)
public void describeTo(org.hamcrest.Description description)
Copyright © 2002-2019 Atlassian. All Rights Reserved.