0

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?

user1451111
  • 1,735
  • 3
  • 18
  • 30

1 Answers1

0

According to the library maintainer, it is not supported.

user1451111
  • 1,735
  • 3
  • 18
  • 30