JJ.Framework.Testing by Jan-Joost van Zon

<PackageReference Include="JJ.Framework.Testing" Version="1.5.6877.41333" />

 JJ.Framework.Testing 1.5.6877.41333

Helper for unit tests. Mimics the Assert class, but will display the tested expression in error messages, instead of being vague about it or laborious to program.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>JJ.Framework.Testing</id>
    <version>1.5.6877.41333</version>
    <authors>Jan-Joost van Zon</authors>
    <owners>Jan-Joost van Zon</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/jjvanzon/JJ.Framework/master/LICENSE.TXT</licenseUrl>
    <projectUrl>https://github.com/jjvanzon/JJ.Framework/tree/master/Framework/Testing</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/jjvanzon/JJ.Framework/master/jj-icon-64x64-margin4.png</iconUrl>
    <description>Helper for unit tests. Mimics the Assert class, but will display the tested expression in error messages, instead of being vague about it or laborious to program.</description>
    <summary>Helper for unit tests. Mimics the Assert class, but will display the tested expression in error messages, instead of being vague about it or laborious to program.</summary>
    <copyright>Copyright © 2013 - 2018 Jan-Joost van Zon</copyright>
    <tags>unit tests testing assert expression clear error exception</tags>
    <dependencies>
      <dependency id="JJ.Framework.Reflection" version="[1.5.0, 1.6.0)" />
      <dependency id="JJ.Framework.Exceptions" version="[1.5.0, 1.6.0)" />
      <dependency id="JetBrains.Annotations" version="2018.2.1" />
    </dependencies>
  </metadata>
</package>