| Package | Description |
|---|---|
| org.exparity.expectamundo.core | |
| org.exparity.expectamundo.expectations |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrototypeObjectExpectation.setExpectation(PropertyExpectation<?> expectation) |
| Constructor and Description |
|---|
PrototypePropertyMatcher(PrototypeProperty property,
PropertyExpectation expectation) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareEqualsToExpectaion<T extends Comparable<T>>
Implemenation of a
PropertyExpectation to check if a property is comparable to another |
class |
ContainsExpectation<E,T extends Collection<E>>
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
class |
EqualToExpectation<T>
Implementation of a
PropertyExpectation to check if a property is equal to an expected value |
class |
HamcrestExpectation<T>
Implementation of a
PropertyExpectation which checks the property against and expected hamcrest Matcher |
class |
IsEmptyExpectation<E,T extends Collection<E>> |
class |
NotNullExpectation
Implementation of a
PropertyExpectation to check if a property is not null |
class |
NullExpectation
Implementation of a
PropertyExpectation to check if a property is null |
Copyright © 2014. All Rights Reserved.