Testing Value Objects in DDD, “Implementing Domain Driven Design”
In the book “Implementing Domain Driven Design” of Vaughn Vernon, in the Testing of Value Objects section, the author talks about how we can use just shallow copy instead of deep copy to test the mutability of an object.