I often see developers using mocks for entities to simplify their creation for testing.
While this is easy enough it creates a lot of coupling to the implementation details.
I would like to see a clear warning that mocks shouldn't be used especially for data classes like entities which have no side effects