Some great stuff here. I always appreciate using plain private functions to simplify new test data each test over a single shared setup.
Also check out AutoFixture. I don't know if Bogus has this feature, but it can also generate data as theory parameters to help avoid unimportant clutter in the test.
Matt is a software engineering instructor and a data science master's student. Matt runs a data science YouTube channel and blog and actively speaks in his communities on Azure and .NET data science.
Some great stuff here. I always appreciate using plain private functions to simplify new test data each test over a single shared setup.
Also check out AutoFixture. I don't know if Bogus has this feature, but it can also generate data as theory parameters to help avoid unimportant clutter in the test.
Yeah, I'm going to write a separate article on AutoFixture. It's like Bogus on Wheaties!