File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ cp -r "$MY_DIR/core" "$MY_DIR/placeholders" "$MY_DIR/constraints-nunit2" "$MY_DI
1515monodocer -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"
1821monodocer -pretty -importslashdoc:" $DEBUG_DIR /xmlunit-nunit3-constraints.xml" \
1922 -assembly:" $DEBUG_DIR /xmlunit-nunit3-constraints.dll" \
2023 -path:" $OUT_DIR /constraints-nunit3"
You can’t perform that action at this time.
0 commit comments