public interface PropertyExpectation<T>
| Modifier and Type | Method and Description |
|---|---|
String |
describe()
Return a description of expectation
|
boolean |
matches(T actual)
Check if this expectation is met
|
Copyright © 2014. All rights reserved.