public class

EntityFieldMapMatcher

extends ArgumentMatcher<T>
java.lang.Object
   ↳ org.hamcrest.BaseMatcher<T>
     ↳ org.mockito.ArgumentMatcher<T>
       ↳ com.atlassian.jira.mock.ofbiz.matchers.EntityFieldMapMatcher

Class Overview

Mockito/hamcrest matcher factory for an EntityFieldMap.

Summary

Public Methods
void describeTo(Description description)
static EntityFieldMapMatcher entityFieldMap(EntityFieldMap expected)
static EntityFieldMapMatcher entityFieldMap(Map<String, ?> expected)
boolean matches(Object o)
[Expand]
Inherited Methods
From class org.mockito.ArgumentMatcher
From class org.hamcrest.BaseMatcher
From class java.lang.Object
From interface org.hamcrest.Matcher
From interface org.hamcrest.SelfDescribing

Public Methods

public void describeTo (Description description)

public static EntityFieldMapMatcher entityFieldMap (EntityFieldMap expected)

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

public boolean matches (Object o)