This question is about Verify testing library. It srubs date fields by default. Here is the official link. It also provides a way to disable this behavior for a given object, by using DontScrubDateTimes()
method. Is there a way to disable the scrubbing behavior for only a selected date property in an object, and not for all dates available in that object?
According to the library maintainer, it is not supported.