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 Details

    • entityFieldMap

      public static EntityFieldMapMatcher entityFieldMap(Map<String,?> expected)
    • entityFieldMap

      public static EntityFieldMapMatcher entityFieldMap(org.ofbiz.core.entity.EntityFieldMap expected)
    • matches

      public boolean matches(Object o)
    • describeTo

      public void describeTo(org.hamcrest.Description description)