Info
Version: | 2.10.0 |
Author(s): | XMLUnit Contributors |
Last Update: | Thursday, August 8, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.xmlunit.org/ |
NuGet Url: | https://www.nuget.org/packages/XMLUnit.NUnit2.Constraints |
Install
Install-Package XMLUnit.NUnit2.Constraints
dotnet add package XMLUnit.NUnit2.Constraints
paket add XMLUnit.NUnit2.Constraints
XMLUnit.NUnit2.Constraints Download (Unzip the "nupkg" after downloading)
Dependencies
- NUnit(>= 2.6.4)
- XMLUnit.Core(>= 2.9.0 && <= 2.9.0)
Tags
XMLUnit provides you with the tools to verify the XML you emit is the one you want to create.
It provides helpers to validate against an XML Schema, assert the values of XPath queries or compare XML documents against expected outcomes.