XMLUnit.NUnit4.Constraints
2.11.1
dotnet add package XMLUnit.NUnit4.Constraints --version 2.11.1
NuGet\Install-Package XMLUnit.NUnit4.Constraints -Version 2.11.1
<PackageReference Include="XMLUnit.NUnit4.Constraints" Version="2.11.1" />
<PackageVersion Include="XMLUnit.NUnit4.Constraints" Version="2.11.1" />
<PackageReference Include="XMLUnit.NUnit4.Constraints" />
paket add XMLUnit.NUnit4.Constraints --version 2.11.1
#r "nuget: XMLUnit.NUnit4.Constraints, 2.11.1"
#addin nuget:?package=XMLUnit.NUnit4.Constraints&version=2.11.1
#tool nuget:?package=XMLUnit.NUnit4.Constraints&version=2.11.1
XMLUnit.NET NUnit 4.x Constraints
XMLUnit provides you with the tools to verify the XML you emit is the one you want to create.
This package provides Constraints on top of the XMLUnit.NET core library to be used with NUnit 4.x. If you are using a different version of NUUnit, please use the package for your version.
- XMLUnit.Core - Core Library
- XMLUnit.NUnit2.Constraints - Constraints for NUnit 2.x
- XMLUnit.NUnit3.Constraints - Constraints for NUnit 3.x
[]
Requirements
XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt now) and should still support .NET Framework 3.5 and Mono.
This Constraints package requires NUnit 4.x and XMLUnit.Core.
Usage
These are some really small examples, more is available as part of the user guide
Comparing Two Documents
Assert.That(CreateTestDocument(), CompareConstraint.IsIdenticalTo(Input.FromFile("test-data/good.xml")));
Asserting an XPath Value
Assert.That("<foo>bar</foo>", HasXPathConstraint.HasXPath("/foo"));
Assert.That("<foo>bar</foo>", EvaluateXPathConstraint.HasXPath("/foo/text()",
Validating a Document Against an XML Schema
Assert.That(CreateDocument(),
new ValidationConstraint(Input.FromFile("local.xsd")));
Additional Documentation
XMLUnit.NET is developed at github. More documentation, releases and an issue tracker can be found there.
Changelog
See the Release Notes at github.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NUnit (>= 4.3.2)
- XMLUnit.Core (= 2.11.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.