How to create anonymous test data with AutoFixture?
This article is the continuation of the previous article “Make your Unit Testing easier with AutoFixture”. In this article, we will cover how to create anonymous data and Objects with Autofixture. If you also want to run the below examples on your machine make sure to install AutoFixture and XUnit Nuget Package. Also remember to …
How to create anonymous test data with AutoFixture? Read More »