Class EntityFieldMapMatcher
java.lang.Object
org.hamcrest.BaseMatcher<org.ofbiz.core.entity.EntityFieldMap>
com.atlassian.jira.mock.ofbiz.matchers.EntityFieldMapMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<org.ofbiz.core.entity.EntityFieldMap>
,org.hamcrest.SelfDescribing
public class EntityFieldMapMatcher
extends org.hamcrest.BaseMatcher<org.ofbiz.core.entity.EntityFieldMap>
Mockito/hamcrest matcher factory for an
EntityFieldMap
.- Since:
- v6.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(org.hamcrest.Description description) static EntityFieldMapMatcher
entityFieldMap
(Map<String, ?> expected) static EntityFieldMapMatcher
entityFieldMap
(org.ofbiz.core.entity.EntityFieldMap expected) boolean
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
-
Method Details
-
entityFieldMap
-
entityFieldMap
-
matches
-
describeTo
public void describeTo(org.hamcrest.Description description)
-