com.atlassian.bamboo.matcher.hibernate
Class SimpleExpressionMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<net.sf.hibernate.expression.SimpleExpression>
          extended by com.atlassian.bamboo.matcher.hibernate.SimpleExpressionMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<net.sf.hibernate.expression.SimpleExpression>, org.hamcrest.SelfDescribing

public class SimpleExpressionMatcher
extends org.hamcrest.TypeSafeMatcher<net.sf.hibernate.expression.SimpleExpression>

Hamcrest matcher for Hibernate's SimpleExpression type


Constructor Summary
SimpleExpressionMatcher(net.sf.hibernate.expression.SimpleExpression origin)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matchesSafely(net.sf.hibernate.expression.SimpleExpression simpleExpression)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleExpressionMatcher

public SimpleExpressionMatcher(net.sf.hibernate.expression.SimpleExpression origin)
Method Detail

matchesSafely

public boolean matchesSafely(net.sf.hibernate.expression.SimpleExpression simpleExpression)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<net.sf.hibernate.expression.SimpleExpression>

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.