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

java.lang.Object
  extended by org.hamcrest.BaseMatcher<org.ofbiz.core.entity.EntityConditionList>
      extended by com.atlassian.jira.mock.ofbiz.matchers.EntityConditionListMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<org.ofbiz.core.entity.EntityConditionList>, org.hamcrest.SelfDescribing

public class EntityConditionListMatcher
extends org.hamcrest.BaseMatcher<org.ofbiz.core.entity.EntityConditionList>

Mockito/hamcrest matcher factory for an EntityConditionList.

Since:
v6.2

Method Summary
 void describeTo(org.hamcrest.Description description)
           
static EntityConditionListMatcher entityConditionList(org.ofbiz.core.entity.EntityConditionList expected)
           
 boolean matches(Object item)
           
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

entityConditionList

public static EntityConditionListMatcher entityConditionList(org.ofbiz.core.entity.EntityConditionList expected)

matches

public boolean matches(Object item)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2002-2014 Atlassian. All Rights Reserved.