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?
Can we ignore scrubbing for selective DateTime fields, when using VerifyTests library?
315 Views Asked by user1451111 At
1
According to the library maintainer, it is not supported.