Generate fake data with Bogus Library for making unit tests
For creating fake data I’ve been using Bogus package together with Theory class for my unit tests. But as expected I have some classes I need fake data of them such as entities and dtos.
Here is my entity user