| 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.
|
TheSameAs<T> |
TheSameAs.compareType(Class<?> type,
TheSameAs.PropertyComparator comparator)
Override the PropertyComparator used for a type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Excluded
Implementation of a
TheSameAs.PropertyComparator which matches a properties regardless |
class |
HasPattern
Implementation of a
TheSameAs.PropertyComparator which matches a string property against a regular expression |
class |
IsComparable
Implementation of a
TheSameAs.PropertyComparator which matches a string property regardless of case |
class |
IsEquals
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.