XMLUnit.NUnit3.Constraints
2.11.1
dotnet add package XMLUnit.NUnit3.Constraints --version 2.11.1
NuGet\Install-Package XMLUnit.NUnit3.Constraints -Version 2.11.1
<PackageReference Include="XMLUnit.NUnit3.Constraints" Version="2.11.1" />
<PackageVersion Include="XMLUnit.NUnit3.Constraints" Version="2.11.1" />
<PackageReference Include="XMLUnit.NUnit3.Constraints" />
paket add XMLUnit.NUnit3.Constraints --version 2.11.1
#r "nuget: XMLUnit.NUnit3.Constraints, 2.11.1"
#addin nuget:?package=XMLUnit.NUnit3.Constraints&version=2.11.1
#tool nuget:?package=XMLUnit.NUnit3.Constraints&version=2.11.1
XMLUnit.NET NUnit 3.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 3.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.NUnit4.Constraints - Constraints for NUnit 4.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 3.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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- NUnit (>= 3.6.1)
- XMLUnit.Core (= 2.11.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on XMLUnit.NUnit3.Constraints:
Repository | Stars |
---|---|
FortuneN/FineCodeCoverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
|
Version | Downloads | Last updated |
---|---|---|
2.11.1 | 1,312 | 5/19/2025 |
2.11.0 | 11,301 | 3/28/2025 |
2.10.0 | 64,180 | 8/8/2024 |
2.9.2 | 119,894 | 3/16/2023 |
2.9.1 | 37,236 | 12/16/2021 |
2.9.0 | 57,865 | 10/30/2020 |
2.8.0 | 31,880 | 5/12/2020 |
2.7.2 | 8,125 | 3/8/2020 |
2.7.1 | 465,193 | 6/21/2019 |
2.7.0 | 3,460 | 4/13/2019 |
2.7.0-beta-01 | 953 | 4/10/2019 |
2.6.0 | 41,766 | 4/22/2018 |
2.5.1 | 14,920 | 10/20/2017 |
2.5.0 | 2,141 | 9/3/2017 |
2.4.0 | 2,044 | 7/23/2017 |
2.3.1 | 40,261 | 3/23/2017 |
2.3.0 | 2,144 | 11/12/2016 |
2.2.0 | 2,860 | 6/4/2016 |
2.1.1 | 1,708 | 4/9/2016 |
2.1.0 | 1,669 | 3/26/2016 |
2.0.0 | 3,202 | 3/6/2016 |
2.0.0-alpha-04 | 1,423 | 2/6/2016 |
2.0.0-alpha-03 | 1,603 | 12/12/2015 |