| Class | Description |
|---|---|
| Contains<E,T extends Collection<E>> |
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
| ContainsExpected<E,T extends Collection<E>> |
Implementation of a
PropertyExpectation to verify if a Collection contains a given prototype |
| ContainsInArray<T> |
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
| HasLength |
Implementation of a
PropertyExpectation to verify if a String matches a given regular expression |
| HasLengthOfArray<T> |
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
| HasPattern |
Implementation of a
PropertyExpectation to verify if a String matches a given regular expression |
| HasSize<T extends Collection<?>> |
Implementation of a
PropertyExpectation to verify if a Collection contains a given expected |
| IsAfter | |
| IsBefore | |
| IsComparableTo<T extends Comparable<T>> |
Implemenation of a
PropertyExpectation to check if a property is comparable to another |
| IsEmpty<E,T extends Collection<E>> | |
| IsEmptyArray<T> | |
| IsEqualTo<T> |
Implementation of a
PropertyExpectation to check if a property is equal to an expected value |
| IsInstanceOf<T> |
Implementation of a
PropertyExpectation to check if a property type is an instance of a given type |
| IsNotEmpty<E,T extends Collection<E>> | |
| IsNotEmptyArray<T> | |
| IsNotEqualTo<T> |
Implementation of a
PropertyExpectation to check if a property is equal to an expected value |
| IsNotNull<T> |
Implementation of a
PropertyExpectation to check if a property is not null |
| IsNull<T> |
Implementation of a
PropertyExpectation to check if a property is null |
| IsOneOf<T> | |
| IsWithin | |
| Matches<T> |
Implementation of a
PropertyExpectation which checks the property against and expected hamcrest Matcher |
Copyright © 2015. All rights reserved.