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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XMLUnit.NUnit4.Constraints" Version="2.11.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XMLUnit.NUnit4.Constraints" Version="2.11.1" />
                    
Directory.Packages.props
<PackageReference Include="XMLUnit.NUnit4.Constraints" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XMLUnit.NUnit4.Constraints --version 2.11.1
                    
#r "nuget: XMLUnit.NUnit4.Constraints, 2.11.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=XMLUnit.NUnit4.Constraints&version=2.11.1
                    
Install XMLUnit.NUnit4.Constraints as a Cake Addin
#tool nuget:?package=XMLUnit.NUnit4.Constraints&version=2.11.1
                    
Install XMLUnit.NUnit4.Constraints as a Cake Tool

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.

[Build status]

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.11.1 42 5/19/2025
2.11.0 255 3/28/2025