How to create anonymous data with AutoFixture?
How to create anonymous 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 use these two namespaces. using Xunit; using AutoFixture; To…
View On WordPress














