Info
Version: | 1.0.1 |
Author(s): | Ryan Baker |
Last Update: | Monday, November 19, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://comparisons.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/NUnit.Comparisons |
Install
Install-Package NUnit.Comparisons
dotnet add package NUnit.Comparisons
paket add NUnit.Comparisons
NUnit.Comparisons Download (Unzip the "nupkg" after downloading)
Dependencies
- NUnit(2.6.0.12054)
Tags
In NUnit there are a set of classes that support the Assert.That(actual, ...) style of assertions.
This library builds and extends those classes. Where the base classes do a very good job of letting you compare simple values, such as a string, or a number, they are less optimal for anything more complex.