Bogus hierarchical data
Given I have the following class definition
I wish to generate test instances of
So, I define a faker like so:
But how do I fake the
I wish to generate test instances of
Project using Bogus (https://github.com/bchavez/Bogus).So, I define a faker like so:
But how do I fake the
Parent property and the SubProjects property?