Skip to content

Commit bba00fb

Browse files
committed
long overdue update for apidocs starting page
1 parent 4154770 commit bba00fb

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

src/doc/monodoc/core/index.xml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
<Remarks> <para><format type="text/html"><a href="https://www.xmlunit.org/">XMLUnit</a></format> helps testing code
33
that creates XML.</para>
44

5-
<para>XMLUnit.NET is separated into two assemblies:</para>
5+
<para>XMLUnit.NET is separated into several assemblies:</para>
66
<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
88
classes needed to validate XML, perform XPath queries or
99
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>
1318
</list>
1419

1520
<para>While XMLUnit is focussed on testing, parts of it may be useful
@@ -32,6 +37,14 @@
3237
<para>The Builder namespace contains fluent builders that may provide an API that is
3338
more convenient to use in many cases.</para>
3439

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+
3548
<list type="bullet">
3649
<item><term><format type="text/html"><a href="https://www.xmlunit.org/">XMLUnit's home page</a></format></term></item>
3750
<item><term><format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net">Source Code</a></format></term></item>

0 commit comments

Comments
 (0)