How to verify that the bunch of DTO fields has not been set?
Is it possible to verify that some fields, for example, of the DTO object is not “affected” during unit testing?
Example:
Imagine we have some DTO to sent via rest:
Is it possible to verify that some fields, for example, of the DTO object is not “affected” during unit testing?
Example:
Imagine we have some DTO to sent via rest: