com.atlassian.jira.mock.ofbiz.matchers
Class EntityConditionMatcher

java.lang.Object
  extended by com.atlassian.jira.mock.ofbiz.matchers.EntityConditionMatcher

public class EntityConditionMatcher
extends Object

Mockito/hamcrest matcher factory for an EntityCondition.

Since:
v6.2

Method Summary
static org.hamcrest.Matcher<? extends org.ofbiz.core.entity.EntityCondition> entityCondition(org.ofbiz.core.entity.EntityCondition condition)
           
static org.hamcrest.Matcher<? extends org.ofbiz.core.entity.EntityCondition> entityCondition(FieldMap fieldMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

entityCondition

public static org.hamcrest.Matcher<? extends org.ofbiz.core.entity.EntityCondition> entityCondition(org.ofbiz.core.entity.EntityCondition condition)

entityCondition

public static org.hamcrest.Matcher<? extends org.ofbiz.core.entity.EntityCondition> entityCondition(FieldMap fieldMap)


Copyright © 2002-2014 Atlassian. All Rights Reserved.