AutoFixture by Mark Seemann

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

.NET API 182,784 bytes

 AutoFixture 3.18.6

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>3.18.6</version>
    <title>AutoFixture</title>
    <authors>Mark Seemann</authors>
    <owners>Mark Seemann</owners>
    <licenseUrl>https://github.com/AutoFixture/AutoFixture/blob/master/LICENCE.txt</licenseUrl>
    <projectUrl>https://github.com/AutoFixture/AutoFixture</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>