AutoFixture.xUnit is a .NET library that integrates AutoFixture with xUnit 1.x, allowing you to effortlessly generate test data for your unit tests. By automatically populating your test parameters, ...
When I open AutoFixture.xUnit.net2.sln in Visual Studio 2015 and attempt to run all tests with TestDriven.Net, I get this result: ----- Test started: Assembly: Ploeh.AutoFixture.Xunit2.dll ----- Test ...