A
DateFieldDifferenceHandler that ignores the
Difference in the value of a
Datafield of type
FieldType.DATE. Useful if a
Datasource contains dates that vary during test-execution, like the
creation-date of an entity.
For example, the following nodes would be considered as identical:
<field name="creationDate" type="date">
<value>2013-10-22</value>
</field>
and
<field name="creationDate" type="date">
<value>2012-09-21</value>
</field>
Note
DateFieldDifferenceHandler is getting applied to
the whole document, ignoring every
Difference in the value of any
Datafields of type
FieldType.DATE. If a more precise
distinction is required, use
XPathDifferenceHandler instead.