| Interface | Description |
|---|---|
| ObjectExpectation |
Matching operations available to all property types
|
| Class | Description |
|---|---|
| CompareEqualsToExpectaion<T extends Comparable<T>> |
Implemenation of a
PropertyExpectation to check if a property is comparable to another |
| ContainsExpectation<E,T extends Collection<E>> |
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
| EqualToExpectation<T> |
Implementation of a
PropertyExpectation to check if a property is equal to an expected value |
| HamcrestExpectation<T> |
Implementation of a
PropertyExpectation which checks the property against and expected hamcrest Matcher |
| IsEmptyExpectation<E,T extends Collection<E>> | |
| NotNullExpectation |
Implementation of a
PropertyExpectation to check if a property is not null |
| NullExpectation |
Implementation of a
PropertyExpectation to check if a property is null |
Copyright © 2014. All Rights Reserved.