public class

EntityConditionListMatcher

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

Class Overview

Mockito/hamcrest matcher factory for an EntityConditionList.

Summary

Public Methods
void describeTo(Description description)
static EntityConditionListMatcher entityConditionList(EntityConditionList expected)
boolean matches(Object item)
[Expand]
Inherited Methods
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 EntityConditionListMatcher entityConditionList (EntityConditionList expected)

public boolean matches (Object item)