Skip to content

Commit 5536ce8

Browse files
committed
add NUnit 4 constraints to docs
1 parent cabadee commit 5536ce8

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Namespace Name="Org.XmlUnit.Constraints">
2+
<Docs>
3+
<summary>NUnit 4.x Constraints on top of XMLUnit's core.</summary>
4+
<remarks>NUnit 4.x Constraints on top of XMLUnit's core.</remarks>
5+
</Docs>
6+
</Namespace>

src/doc/monodoc/core/index.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
contains <format type="text/html"><a
1616
href="http://nunit.org/">NUnit 3.x</a></format>
1717
constraints on top of <c>XMLUnit.Core</c>.</term></item>
18+
<item><term><c>XMLUnit.NUnit4.Constraints</c>
19+
contains <format type="text/html"><a
20+
href="http://nunit.org/">NUnit 4.x</a></format>
21+
constraints on top of <c>XMLUnit.Core</c>.</term></item>
1822
</list>
1923

2024
<para>While XMLUnit is focussed on testing, parts of it may be useful
@@ -58,5 +62,5 @@
5862
under <format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net/blob/main/LICENSE">the
5963
Apache License, Version 2.0</a></format>.</para></Remarks>
6064
<Copyright></Copyright>
61-
<Title>XMLUnit.NET 2.10.1</Title>
65+
<Title>XMLUnit.NET 2.11.0</Title>
6266
</Overview>

src/doc/monodoc/run-monodoc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ cp -r "$MY_DIR/core" "$MY_DIR/placeholders" "$MY_DIR/constraints-nunit2" "$MY_DI
1515
monodocer -pretty -importslashdoc:"$DEBUG_DIR/xmlunit-core.xml"\
1616
-assembly:"$DEBUG_DIR/xmlunit-core.dll"\
1717
-path:"$OUT_DIR/core"
18+
monodocer -pretty -importslashdoc:"$DEBUG_DIR/xmlunit-nunit4-constraints.xml"\
19+
-assembly:"$DEBUG_DIR/xmlunit-nunit4-constraints.dll"\
20+
-path:"$OUT_DIR/constraints-nunit4"
1821
monodocer -pretty -importslashdoc:"$DEBUG_DIR/xmlunit-nunit3-constraints.xml"\
1922
-assembly:"$DEBUG_DIR/xmlunit-nunit3-constraints.dll"\
2023
-path:"$OUT_DIR/constraints-nunit3"

0 commit comments

Comments
 (0)