public class HamcrestExpectation<T> extends Object implements PropertyExpectation<T>
PropertyExpectation which checks the property against and expected hamcrest Matcherpublic HamcrestExpectation(org.hamcrest.Matcher<T> matcher)
public boolean matches(Object actual)
PropertyExpectationmatches in interface PropertyExpectation<T>public String describe()
PropertyExpectationdescribe in interface PropertyExpectation<T>Copyright © 2014. All Rights Reserved.