Machine.Fakes.FakeItEasy by The machine project

<PackageReference Include="Machine.Fakes.FakeItEasy" Version="1.0.3" />

 Machine.Fakes.FakeItEasy 1.0.3

Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks. This is the adapter for FakeItEasy 1.7.4626.65

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Machine.Fakes.FakeItEasy</id>
    <version>1.0.3</version>
    <authors>The machine project</authors>
    <owners>The machine project</owners>
    <licenseUrl>https://github.com/machine/machine.fakes/raw/master/License.txt</licenseUrl>
    <projectUrl>https://github.com/machine/machine.fakes</projectUrl>
    <iconUrl>https://github.com/machine/machine.fakes/raw/master/machine.fakes-128x128.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.  This is the adapter for FakeItEasy 1.7.4626.65</description>
    <summary>A framework for faking objects with FakeItEasy on top of Machine.Specifications.</summary>
    <language>en-US</language>
    <tags>tdd bdd testing unittest fakes mocks mspec mfakes</tags>
    <dependencies>
      <dependency id="Machine.Fakes" version="[1.0.3]" />
      <dependency id="FakeItEasy" version="1.7.4626.65" />
    </dependencies>
  </metadata>
</package>