|
2 | 2 | <Remarks> <para><format type="text/html"><a href="https://www.xmlunit.org/">XMLUnit</a></format> helps testing code |
3 | 3 | that creates XML.</para> |
4 | 4 |
|
5 | | - <para>XMLUnit.NET is separated into two assemblies:</para> |
| 5 | + <para>XMLUnit.NET is separated into several assemblies:</para> |
6 | 6 | <list type="bullet"> |
7 | | - <item><term><c>xmlunit-core</c> contains all algorithms and |
| 7 | + <item><term><c>XMLUnit.Core</c> contains all algorithms and |
8 | 8 | classes needed to validate XML, perform XPath queries or |
9 | 9 | compare two pieces of XML.</term></item> |
10 | | - <item><term><c>xmlunit-constraints</c> |
11 | | - contains <format type="text/html"><a href="http://nunit.org/">NUnit</a></format> |
12 | | - constraints on top of <c>xmlunit-core</c>.</term></item> |
| 10 | + <item><term><c>XMLUnit.NUnit2.Constraints</c> |
| 11 | + contains <format type="text/html"><a |
| 12 | + href="http://nunit.org/">NUnit 2.x</a></format> |
| 13 | + constraints on top of <c>XMLUnit.Core</c>.</term></item> |
| 14 | + <item><term><c>XMLUnit.NUnit3.Constraints</c> |
| 15 | + contains <format type="text/html"><a |
| 16 | + href="http://nunit.org/">NUnit 3.x</a></format> |
| 17 | + constraints on top of <c>XMLUnit.Core</c>.</term></item> |
13 | 18 | </list> |
14 | 19 |
|
15 | 20 | <para>While XMLUnit is focussed on testing, parts of it may be useful |
|
32 | 37 | <para>The Builder namespace contains fluent builders that may provide an API that is |
33 | 38 | more convenient to use in many cases.</para> |
34 | 39 |
|
| 40 | + <para>XMLUnit.NET 2.6.0 adds a new experimental component |
| 41 | + <term><c>XMLUnit.Placeholders</c></term> that aims to provide a |
| 42 | + small DSL for configuring the test engine via the control XML |
| 43 | + document rather than code. The initial code base only supports a |
| 44 | + placeholder of <term><c>${xmlunit.ignore}</c></term> to be used in |
| 45 | + order to make XMLUnit ignore the element containing this |
| 46 | + sequence.</para> |
| 47 | + |
35 | 48 | <list type="bullet"> |
36 | 49 | <item><term><format type="text/html"><a href="https://www.xmlunit.org/">XMLUnit's home page</a></format></term></item> |
37 | 50 | <item><term><format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net">Source Code</a></format></term></item> |
|
0 commit comments