| Package | Description |
|---|---|
| org.exparity.expectamundo.core | |
| org.exparity.expectamundo.core.expectations |
| Modifier and Type | Method and Description |
|---|---|
void |
PrototypeObjectExpectation.hasExpectation(PropertyExpectation<T> expectation) |
| Constructor and Description |
|---|
PrototypePropertyMatcher(PrototypeProperty property,
PropertyExpectation expectation) |
| Modifier and Type | Class and Description |
|---|---|
class |
Contains<E,T extends Collection<E>>
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
class |
ContainsInArray<T>
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
class |
HasLength
Implementation of a
PropertyExpectation to verify if a String matches a given regular expression |
class |
HasLengthOfArray<T>
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
class |
HasPattern
Implementation of a
PropertyExpectation to verify if a String matches a given regular expression |
class |
HasSize<T extends Collection<?>>
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
class |
IsAfter |
class |
IsBefore |
class |
IsComparableTo<T extends Comparable<T>>
Implemenation of a
PropertyExpectation to check if a property is comparable to another |
class |
IsEmpty<E,T extends Collection<E>> |
class |
IsEmptyArray<T> |
class |
IsEqualTo<T>
Implementation of a
PropertyExpectation to check if a property is equal to an expected value |
class |
IsInstanceOf<T>
Implementation of a
PropertyExpectation to check if a property type is an instance of a given type |
class |
IsNotEmpty<E,T extends Collection<E>> |
class |
IsNotEmptyArray<T> |
class |
IsNotNull<T>
Implementation of a
PropertyExpectation to check if a property is not null |
class |
IsNull<T>
Implementation of a
PropertyExpectation to check if a property is null |
class |
IsWithin |
class |
Matches<T>
Implementation of a
PropertyExpectation which checks the property against and expected hamcrest Matcher |
Copyright © 2014. All rights reserved.