NUnit.Comparisons
1.0.1
See the version list below for details.
dotnet add package NUnit.Comparisons --version 1.0.1
NuGet\Install-Package NUnit.Comparisons -Version 1.0.1
<PackageReference Include="NUnit.Comparisons" Version="1.0.1" />
<PackageVersion Include="NUnit.Comparisons" Version="1.0.1" />
<PackageReference Include="NUnit.Comparisons" />
paket add NUnit.Comparisons --version 1.0.1
#r "nuget: NUnit.Comparisons, 1.0.1"
#:package NUnit.Comparisons@1.0.1
#addin nuget:?package=NUnit.Comparisons&version=1.0.1
#tool nuget:?package=NUnit.Comparisons&version=1.0.1
A set of libraries which extend the NUnit constraint framework to support deeper comparisons and report detailed differences useful to test debugging.
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- NUnit (>= 2.6.0.12054)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NUnit.Comparisons:
| Package | Downloads |
|---|---|
|
NUnit.Comparisons.Xml
XML extension for NUnit.Comparisons. Compares XDocument/XElement/XAttribute (LINQ to XML) against XmlDocument/XmlElement/XmlAttribute (classic XML DOM) with detailed nested diff output showing exactly which node differed and how. |
GitHub repositories
This package is not used by any popular GitHub repositories.