| Package | Description |
|---|---|
| org.exparity.hamcrest.beans | |
| org.exparity.hamcrest.beans.comparators |
| Modifier and Type | Method and Description |
|---|---|
TheSameAs<T> |
TheSameAs.comparePath(String path,
TheSameAs.PropertyComparator<?> comparator)
Override the PropertyComparator used for a path.
|
TheSameAs<T> |
TheSameAs.compareProperty(String path,
TheSameAs.PropertyComparator<?> comparator)
Override the PropertyComparator used for a property.
|
<P> TheSameAs<T> |
TheSameAs.compareType(Class<P> type,
TheSameAs.PropertyComparator<P> comparator)
Override the PropertyComparator used for a type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Excluded<T>
Implementation of a
TheSameAs.PropertyComparator which matches a properties regardless |
class |
HamcrestComparator<T>
Implementation of a PropertyComparator which uses a hamcrest Matcher to test each value
|
class |
HasPattern
Implementation of a
TheSameAs.PropertyComparator which matches a string property against a regular expression |
class |
IsComparable<T extends Comparable<T>>
Implementation of a
TheSameAs.PropertyComparator which matches a string property regardless of case |
class |
IsEquals<T>
Implementation of a
TheSameAs.PropertyComparator which matches a string property regardless of case |
class |
IsEqualsIgnoreCase
Implementation of a
TheSameAs.PropertyComparator which matches a string property regardless of case |
Copyright © 2015. All rights reserved.