public class IsBefore extends Object implements PropertyExpectation<Date>
| Modifier and Type | Method and Description |
|---|---|
String |
describe()
Return a description of expectation
|
boolean |
matches(Date actual)
Check if this expectation is met
|
public IsBefore(Date expected)
public boolean matches(Date actual)
PropertyExpectationmatches in interface PropertyExpectation<Date>public String describe()
PropertyExpectationdescribe in interface PropertyExpectation<Date>Copyright © 2015. All rights reserved.