public class EqualToExpectation<T> extends Object implements PropertyExpectation<T>
PropertyExpectation to check if a property is equal to an expected valuepublic EqualToExpectation(T expected)
public boolean matches(T actual)
PropertyExpectationmatches in interface PropertyExpectation<T>public String describe()
PropertyExpectationdescribe in interface PropertyExpectation<T>Copyright © 2014. All Rights Reserved.