com.atlassian.jira.entity
Class DeleteContextMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>
          extended by com.atlassian.jira.entity.DeleteContextMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Delete.DeleteWhereContext>, org.hamcrest.SelfDescribing

public class DeleteContextMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>


Constructor Summary
DeleteContextMatcher()
           
 
Method Summary
 DeleteContextMatcher and(org.ofbiz.core.entity.EntityCondition condition)
           
 DeleteContextMatcher and(String field, Object value)
           
 void describeTo(org.hamcrest.Description description)
           
 DeleteContextMatcher entity(String entity)
           
protected  boolean matchesSafely(Delete.DeleteWhereContext item, org.hamcrest.Description mismatchDescription)
           
 
Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, matches
 
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
 

Constructor Detail

DeleteContextMatcher

public DeleteContextMatcher()
Method Detail

entity

public DeleteContextMatcher entity(String entity)

and

public DeleteContextMatcher and(String field,
                                Object value)

and

public DeleteContextMatcher and(org.ofbiz.core.entity.EntityCondition condition)

matchesSafely

protected boolean matchesSafely(Delete.DeleteWhereContext item,
                                org.hamcrest.Description mismatchDescription)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<Delete.DeleteWhereContext>

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2002-2014 Atlassian. All Rights Reserved.