AutoFixture by Mark Seemann

<PackageReference Include="AutoFixture" Version="2.11.1" />

.NET API 171,520 bytes

 AutoFixture 2.11.1

AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>AutoFixture</id>
    <version>2.11.1</version>
    <title>AutoFixture</title>
    <authors>Mark Seemann</authors>
    <owners>Mark Seemann</owners>
    <licenseUrl>http://autofixture.codeplex.com/license</licenseUrl>
    <projectUrl>http://autofixture.codeplex.com</projectUrl>
    <iconUrl>http://i3.codeplex.com/Download?ProjectName=autofixture&amp;DownloadId=278049</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.</description>
    <language>en-US</language>
  </metadata>
</package>