You can subscribe to this list here.
2007 |
Jan
|
Feb
(3) |
Mar
(18) |
Apr
(39) |
May
(15) |
Jun
(12) |
Jul
(3) |
Aug
(23) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(21) |
Feb
(23) |
Mar
(33) |
Apr
(8) |
May
(1) |
Jun
(22) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(6) |
Nov
|
Dec
(11) |
2009 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(24) |
May
(36) |
Jun
(18) |
Jul
(2) |
Aug
(3) |
Sep
(9) |
Oct
(3) |
Nov
(1) |
Dec
|
2010 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
(15) |
May
(24) |
Jun
(11) |
Jul
(8) |
Aug
(34) |
Sep
(42) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(13) |
Feb
(32) |
Mar
(35) |
Apr
(31) |
May
(33) |
Jun
(30) |
Jul
(32) |
Aug
(31) |
Sep
(30) |
Oct
(31) |
Nov
(32) |
Dec
(31) |
2012 |
Jan
(35) |
Feb
(31) |
Mar
(31) |
Apr
(30) |
May
(31) |
Jun
(34) |
Jul
(23) |
Aug
(30) |
Sep
(30) |
Oct
(29) |
Nov
(30) |
Dec
(32) |
2013 |
Jan
(25) |
Feb
(39) |
Mar
(1) |
Apr
(18) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(20) |
Sep
(41) |
Oct
(32) |
Nov
(9) |
Dec
(31) |
2014 |
Jan
(31) |
Feb
(30) |
Mar
(34) |
Apr
(60) |
May
(31) |
Jun
(28) |
Jul
(32) |
Aug
(28) |
Sep
(26) |
Oct
(32) |
Nov
(43) |
Dec
(115) |
2015 |
Jan
(106) |
Feb
(101) |
Mar
(51) |
Apr
(32) |
May
(63) |
Jun
(18) |
Jul
|
Aug
(18) |
Sep
|
Oct
(1) |
Nov
(84) |
Dec
(63) |
2016 |
Jan
(26) |
Feb
(17) |
Mar
(104) |
Apr
(30) |
May
(6) |
Jun
(30) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(48) |
Dec
(22) |
2017 |
Jan
(15) |
Feb
(29) |
Mar
(43) |
Apr
(29) |
May
(25) |
Jun
(28) |
Jul
(62) |
Aug
(35) |
Sep
(35) |
Oct
(72) |
Nov
(10) |
Dec
(4) |
2018 |
Jan
(7) |
Feb
(4) |
Mar
|
Apr
(46) |
May
(20) |
Jun
(12) |
Jul
(9) |
Aug
(42) |
Sep
(4) |
Oct
(17) |
Nov
(32) |
Dec
(31) |
2019 |
Jan
(21) |
Feb
(14) |
Mar
|
Apr
(74) |
May
(25) |
Jun
(43) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
(10) |
2020 |
Jan
(1) |
Feb
|
Mar
(26) |
Apr
(8) |
May
(62) |
Jun
(4) |
Jul
(25) |
Aug
|
Sep
(21) |
Oct
(24) |
Nov
(26) |
Dec
(9) |
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(11) |
Nov
(1) |
Dec
(12) |
2022 |
Jan
(47) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(14) |
2023 |
Jan
(3) |
Feb
|
Mar
(60) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
(5) |
Feb
|
Mar
|
Apr
(10) |
May
(1) |
Jun
|
Jul
|
Aug
(17) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2025 |
Jan
|
Feb
|
Mar
(88) |
Apr
(64) |
May
(47) |
Jun
(20) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2016-03-17 14:15:06
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: dadcadd9e91fe6c73f275f071104298d22b5c888 https://github.com/xmlunit/xmlunit/commit/dadcadd9e91fe6c73f275f071104298d22b5c888 Author: Marius Grama <mar...@gm...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: A xmlunit-matchers/src/main/java/org/xmlunit/matchers/HasXPathMatcher.java A xmlunit-matchers/src/test/java/org/xmlunit/matchers/HasXPathMatcherTest.java Log Message: ----------- Added hamcrest Matcher to verify whether an XPath expression corresponds to at least one element in provided xml input. Commit: fe2f67483c2041335f1853aab5e2c71c551b8c76 https://github.com/xmlunit/xmlunit/commit/fe2f67483c2041335f1853aab5e2c71c551b8c76 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: A xmlunit-matchers/src/main/java/org/xmlunit/matchers/HasXPathMatcher.java A xmlunit-matchers/src/test/java/org/xmlunit/matchers/HasXPathMatcherTest.java Log Message: ----------- Merge pull request #63 from mariusneo/has-xpath-matcher Added HasXPathMatcher Compare: https://github.com/xmlunit/xmlunit/compare/6df825fef96c...fe2f67483c20 |
From: GitHub <no...@gi...> - 2016-03-17 14:09:44
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 6df825fef96c0cb66403d3a826d3e48cc3efbba9 https://github.com/xmlunit/xmlunit/commit/6df825fef96c0cb66403d3a826d3e48cc3efbba9 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M RELEASE_NOTES.md Log Message: ----------- record style fixes by @georgekankava |
From: GitHub <no...@gi...> - 2016-03-17 14:06:09
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 0cafd5c8c6fc57647381d37dfc9ee60cad333b9c https://github.com/xmlunit/xmlunit/commit/0cafd5c8c6fc57647381d37dfc9ee60cad333b9c Author: George Kankava <geo...@de...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/ByNameAndTextRecSelector.java M xmlunit-core/src/main/java/org/xmlunit/diff/ComparisonControllers.java M xmlunit-core/src/main/java/org/xmlunit/diff/ElementSelectors.java Log Message: ----------- multiple code improvements: squid:S2325, squid:S1213, squid:S1192 Commit: 98fa092fb192f836564231deacdb0421fcd82ec2 https://github.com/xmlunit/xmlunit/commit/98fa092fb192f836564231deacdb0421fcd82ec2 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/ByNameAndTextRecSelector.java M xmlunit-core/src/main/java/org/xmlunit/diff/ComparisonControllers.java M xmlunit-core/src/main/java/org/xmlunit/diff/ElementSelectors.java Log Message: ----------- Merge pull request #67 from DevFactory/release/multiple-code-improvements-fix-3 multiple code improvements: squid:S2325, squid:S1213, squid:S1192 Compare: https://github.com/xmlunit/xmlunit/compare/adcadbb887e7...98fa092fb192 |
From: GitHub <no...@gi...> - 2016-03-17 14:04:04
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 3baccaa3d4e6e925ba3fde89f0173dcd19f1882f https://github.com/xmlunit/xmlunit/commit/3baccaa3d4e6e925ba3fde89f0173dcd19f1882f Author: George Kankava <geo...@de...> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DefaultComparisonFormatter.java Log Message: ----------- multiple code improvements: squid:S2325, squid:SwitchLastCaseIsDefaultCheck Commit: adcadbb887e7e954eec4ae8056d3a378af6e96e1 https://github.com/xmlunit/xmlunit/commit/adcadbb887e7e954eec4ae8056d3a378af6e96e1 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DefaultComparisonFormatter.java Log Message: ----------- Merge pull request #65 from DevFactory/release/multiple-code-improvements-fix-2 multiple code improvements: squid:S2325, squid:SwitchLastCaseIsDefaultCheck Compare: https://github.com/xmlunit/xmlunit/compare/0150b6bf42b4...adcadbb887e7 |
From: GitHub <no...@gi...> - 2016-03-17 13:55:44
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: d4285dbc8defdaec164c71dc6a1b2618ac57deb8 https://github.com/xmlunit/xmlunit/commit/d4285dbc8defdaec164c71dc6a1b2618ac57deb8 Author: George Kankava <geo...@de...> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/input/CommentLessSource.java M xmlunit-core/src/main/java/org/xmlunit/transform/Transformation.java M xmlunit-core/src/main/java/org/xmlunit/util/Convert.java M xmlunit-core/src/main/java/org/xmlunit/validation/Languages.java M xmlunit-core/src/main/java/org/xmlunit/validation/ParsingValidator.java M xmlunit-matchers/src/main/java/org/xmlunit/matchers/ValidationMatcher.java Log Message: ----------- multiple code improvements: squid:S1197, squid:S1213, squid:S1854, squid:S1488, squid:S1118 Commit: 0150b6bf42b4960dcb881fd56b48351e928efa75 https://github.com/xmlunit/xmlunit/commit/0150b6bf42b4960dcb881fd56b48351e928efa75 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/input/CommentLessSource.java M xmlunit-core/src/main/java/org/xmlunit/transform/Transformation.java M xmlunit-core/src/main/java/org/xmlunit/util/Convert.java M xmlunit-core/src/main/java/org/xmlunit/validation/Languages.java M xmlunit-core/src/main/java/org/xmlunit/validation/ParsingValidator.java M xmlunit-matchers/src/main/java/org/xmlunit/matchers/ValidationMatcher.java Log Message: ----------- Merge pull request #64 from DevFactory/release/multiple-code-improvements-fix-1 multiple code improvements: squid:S1197, squid:S1213, squid:S1854, squid:S1488, squid:S1118 Compare: https://github.com/xmlunit/xmlunit/compare/abcce9b96cfe...0150b6bf42b4 |
From: GitHub <no...@gi...> - 2016-03-17 13:53:34
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: abcce9b96cfe57dbd745dd42254f62a388d1ee69 https://github.com/xmlunit/xmlunit/commit/abcce9b96cfe57dbd745dd42254f62a388d1ee69 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java Log Message: ----------- fix since tag |
From: GitHub <no...@gi...> - 2016-03-17 13:53:06
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 4aa3bc6803aceac7788d443cc045ba69948d7e7e https://github.com/xmlunit/xmlunit/commit/4aa3bc6803aceac7788d443cc045ba69948d7e7e Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M RELEASE_NOTES.md Log Message: ----------- document merge of #62, closes #61 |
From: GitHub <no...@gi...> - 2016-03-17 13:49:55
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 32893f90f63e3ff283fa22559ee43c51e714ffe1 https://github.com/xmlunit/xmlunit/commit/32893f90f63e3ff283fa22559ee43c51e714ffe1 Author: Marius Grama <mar...@gm...> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/builder/DiffBuilder.java M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java Log Message: ----------- Fixing typo in the signature of withNamespaceContext method. Commit: 3750053bd38d9a7ee49a0dacd83062323ccddd91 https://github.com/xmlunit/xmlunit/commit/3750053bd38d9a7ee49a0dacd83062323ccddd91 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/builder/DiffBuilder.java M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java Log Message: ----------- Merge pull request #62 from mariusneo/prefix2Uri-fix Fixing typo in the signature of withNamespaceContext method. Compare: https://github.com/xmlunit/xmlunit/compare/e5167bdd8cc1...3750053bd38d |
From: AppVeyor <no-...@ap...> - 2016-03-15 20:16:36
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;"> <h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.1.0.71" style="color:#078DC7;">Build xmlunit.net 2.1.0.71 completed</a></h1> <p style="color: #888;"> Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/c7e0246009">c7e0246009</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 3/15/2016 8:09 PM: <br /> <span style="font-size: 110%;color:#222;">the next release will be a feature release</span> </p> <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p> </div> |
From: GitHub <no...@gi...> - 2016-03-15 20:09:31
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.net Commit: c7e02460094704d51dd86243a1a9f2535841a94c https://github.com/xmlunit/xmlunit.net/commit/c7e02460094704d51dd86243a1a9f2535841a94c Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M RELEASE_NOTES.md M appveyor.yml M src/doc/monodoc/core/index.xml M src/shared/CommonAssemblyInfo.cs Log Message: ----------- the next release will be a feature release |
From: GitHub <no...@gi...> - 2016-03-15 20:07:34
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: e5167bdd8cc17713e50b004477aa83ff1fe772b0 https://github.com/xmlunit/xmlunit/commit/e5167bdd8cc17713e50b004477aa83ff1fe772b0 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M xmlunit-core/pom.xml M xmlunit-legacy/pom.xml M xmlunit-matchers/pom.xml Log Message: ----------- forgot half the POMs |
From: GitHub <no...@gi...> - 2016-03-15 20:04:08
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: e31ed8a9c93e27cfd45733d740d65fc141e0ab24 https://github.com/xmlunit/xmlunit/commit/e31ed8a9c93e27cfd45733d740d65fc141e0ab24 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M RELEASE_NOTES.md M pom.xml Log Message: ----------- looks like there'd be enough new features for a minor release |
From: GitHub <no...@gi...> - 2016-03-13 06:12:48
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 668c137ce110ad686d945caad879fb0734043978 https://github.com/xmlunit/xmlunit/commit/668c137ce110ad686d945caad879fb0734043978 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M xmlunit-legacy/src/main/java/org/custommonkey/xmlunit/NewDifferenceEngine.java Log Message: ----------- this was ment to map ElementNameQualifier |
From: GitHub <no...@gi...> - 2016-03-13 06:03:34
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: f3753c8f4444959b69cfe2596d6cc11e50e980be https://github.com/xmlunit/xmlunit/commit/f3753c8f4444959b69cfe2596d6cc11e50e980be Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DifferenceEvaluators.java M xmlunit-core/src/test/java/org/xmlunit/diff/DifferenceEvaluatorsTest.java Log Message: ----------- don't touch EQUAL outcomes |
From: GitHub <no...@gi...> - 2016-03-13 05:47:15
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: d3714cf879f53eec6f94ccc6f0e02433f8695c18 https://github.com/xmlunit/xmlunit/commit/d3714cf879f53eec6f94ccc6f0e02433f8695c18 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DifferenceEvaluators.java M xmlunit-core/src/test/java/org/xmlunit/diff/DifferenceEvaluatorsTest.java Log Message: ----------- simplify creation of `DifferenceEvaluator`s with new builders |
From: GitHub <no...@gi...> - 2016-03-06 14:54:57
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.github.io Commit: fcad6d0918b01a3a95e98310987d720af8d128a7 https://github.com/xmlunit/xmlunit.github.io/commit/fcad6d0918b01a3a95e98310987d720af8d128a7 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M api/java/master/allclasses-frame.html M api/java/master/allclasses-noframe.html M api/java/master/constant-values.html M api/java/master/deprecated-list.html M api/java/master/help-doc.html M api/java/master/index-all.html M api/java/master/index.html M api/java/master/org/custommonkey/xmlunit/AbstractNodeTester.html M api/java/master/org/custommonkey/xmlunit/ComparisonController.html M api/java/master/org/custommonkey/xmlunit/DetailedDiff.html M api/java/master/org/custommonkey/xmlunit/Diff.html M api/java/master/org/custommonkey/xmlunit/Difference.html M api/java/master/org/custommonkey/xmlunit/DifferenceConstants.html M api/java/master/org/custommonkey/xmlunit/DifferenceEngine.DifferenceFoundException.html M api/java/master/org/custommonkey/xmlunit/DifferenceEngine.html M api/java/master/org/custommonkey/xmlunit/DifferenceEngineContract.html M api/java/master/org/custommonkey/xmlunit/DifferenceListener.html M api/java/master/org/custommonkey/xmlunit/DoctypeInputStream.html M api/java/master/org/custommonkey/xmlunit/DoctypeReader.html M api/java/master/org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html M api/java/master/org/custommonkey/xmlunit/ElementNameAndTextQualifier.html M api/java/master/org/custommonkey/xmlunit/ElementNameQualifier.html M api/java/master/org/custommonkey/xmlunit/ElementQualifier.html M api/java/master/org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html M api/java/master/org/custommonkey/xmlunit/HTMLDocumentBuilder.html M api/java/master/org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html M api/java/master/org/custommonkey/xmlunit/JAXPConstants.Properties.html M api/java/master/org/custommonkey/xmlunit/JAXPConstants.html M api/java/master/org/custommonkey/xmlunit/MatchTracker.html M api/java/master/org/custommonkey/xmlunit/NamespaceContext.html M api/java/master/org/custommonkey/xmlunit/NewDifferenceEngine.ComparisonController2ComparisonController.html M api/java/master/org/custommonkey/xmlunit/NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.html M api/java/master/org/custommonkey/xmlunit/NewDifferenceEngine.ElementQualifier2ElementSelector.html M api/java/master/org/custommonkey/xmlunit/NewDifferenceEngine.MatchTracker2ComparisonListener.html M api/java/master/org/custommonkey/xmlunit/NewDifferenceEngine.html M api/java/master/org/custommonkey/xmlunit/NodeDescriptor.html M api/java/master/org/custommonkey/xmlunit/NodeDetail.html M api/java/master/org/custommonkey/xmlunit/NodeInputStream.html M api/java/master/org/custommonkey/xmlunit/NodeTest.html M api/java/master/org/custommonkey/xmlunit/NodeTestException.html M api/java/master/org/custommonkey/xmlunit/NodeTester.html M api/java/master/org/custommonkey/xmlunit/QualifiedName.html M api/java/master/org/custommonkey/xmlunit/SimpleNamespaceContext.html M api/java/master/org/custommonkey/xmlunit/SimpleXpathEngine.html M api/java/master/org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html M api/java/master/org/custommonkey/xmlunit/Transform.html M api/java/master/org/custommonkey/xmlunit/Validator.html M api/java/master/org/custommonkey/xmlunit/XMLAssert.html M api/java/master/org/custommonkey/xmlunit/XMLConstants.html M api/java/master/org/custommonkey/xmlunit/XMLTestCase.html M api/java/master/org/custommonkey/xmlunit/XMLUnit.html M api/java/master/org/custommonkey/xmlunit/XSLTConstants.html M api/java/master/org/custommonkey/xmlunit/XpathEngine.html M api/java/master/org/custommonkey/xmlunit/XpathNodeTracker.html M api/java/master/org/custommonkey/xmlunit/class-use/AbstractNodeTester.html M api/java/master/org/custommonkey/xmlunit/class-use/ComparisonController.html M api/java/master/org/custommonkey/xmlunit/class-use/DetailedDiff.html M api/java/master/org/custommonkey/xmlunit/class-use/Diff.html M api/java/master/org/custommonkey/xmlunit/class-use/Difference.html M api/java/master/org/custommonkey/xmlunit/class-use/DifferenceConstants.html M api/java/master/org/custommonkey/xmlunit/class-use/DifferenceEngine.DifferenceFoundException.html M api/java/master/org/custommonkey/xmlunit/class-use/DifferenceEngine.html M api/java/master/org/custommonkey/xmlunit/class-use/DifferenceEngineContract.html M api/java/master/org/custommonkey/xmlunit/class-use/DifferenceListener.html M api/java/master/org/custommonkey/xmlunit/class-use/DoctypeInputStream.html M api/java/master/org/custommonkey/xmlunit/class-use/DoctypeReader.html M api/java/master/org/custommonkey/xmlunit/class-use/ElementNameAndAttributeQualifier.html M api/java/master/org/custommonkey/xmlunit/class-use/ElementNameAndTextQualifier.html M api/java/master/org/custommonkey/xmlunit/class-use/ElementNameQualifier.html M api/java/master/org/custommonkey/xmlunit/class-use/ElementQualifier.html M api/java/master/org/custommonkey/xmlunit/class-use/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html M api/java/master/org/custommonkey/xmlunit/class-use/HTMLDocumentBuilder.html M api/java/master/org/custommonkey/xmlunit/class-use/IgnoreTextAndAttributeValuesDifferenceListener.html M api/java/master/org/custommonkey/xmlunit/class-use/JAXPConstants.Properties.html M api/java/master/org/custommonkey/xmlunit/class-use/JAXPConstants.html M api/java/master/org/custommonkey/xmlunit/class-use/MatchTracker.html M api/java/master/org/custommonkey/xmlunit/class-use/NamespaceContext.html M api/java/master/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.ComparisonController2ComparisonController.html M api/java/master/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.html M api/java/master/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.ElementQualifier2ElementSelector.html M api/java/master/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.MatchTracker2ComparisonListener.html M api/java/master/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.html M api/java/master/org/custommonkey/xmlunit/class-use/NodeDescriptor.html M api/java/master/org/custommonkey/xmlunit/class-use/NodeDetail.html M api/java/master/org/custommonkey/xmlunit/class-use/NodeInputStream.html M api/java/master/org/custommonkey/xmlunit/class-use/NodeTest.html M api/java/master/org/custommonkey/xmlunit/class-use/NodeTestException.html M api/java/master/org/custommonkey/xmlunit/class-use/NodeTester.html M api/java/master/org/custommonkey/xmlunit/class-use/QualifiedName.html M api/java/master/org/custommonkey/xmlunit/class-use/SimpleNamespaceContext.html M api/java/master/org/custommonkey/xmlunit/class-use/SimpleXpathEngine.html M api/java/master/org/custommonkey/xmlunit/class-use/TolerantSaxDocumentBuilder.html M api/java/master/org/custommonkey/xmlunit/class-use/Transform.html M api/java/master/org/custommonkey/xmlunit/class-use/Validator.html M api/java/master/org/custommonkey/xmlunit/class-use/XMLAssert.html M api/java/master/org/custommonkey/xmlunit/class-use/XMLConstants.html M api/java/master/org/custommonkey/xmlunit/class-use/XMLTestCase.html M api/java/master/org/custommonkey/xmlunit/class-use/XMLUnit.html M api/java/master/org/custommonkey/xmlunit/class-use/XSLTConstants.html M api/java/master/org/custommonkey/xmlunit/class-use/XpathEngine.html M api/java/master/org/custommonkey/xmlunit/class-use/XpathNodeTracker.html M api/java/master/org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html M api/java/master/org/custommonkey/xmlunit/examples/CountingNodeTester.html M api/java/master/org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html M api/java/master/org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html M api/java/master/org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html M api/java/master/org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html M api/java/master/org/custommonkey/xmlunit/examples/XPathRegexAssert.html M api/java/master/org/custommonkey/xmlunit/examples/class-use/CaseInsensitiveDifferenceListener.html M api/java/master/org/custommonkey/xmlunit/examples/class-use/CountingNodeTester.html M api/java/master/org/custommonkey/xmlunit/examples/class-use/FloatingPointTolerantDifferenceListener.html M api/java/master/org/custommonkey/xmlunit/examples/class-use/MultiLevelElementNameAndTextQualifier.html M api/java/master/org/custommonkey/xmlunit/examples/class-use/RecursiveElementNameAndTextQualifier.html M api/java/master/org/custommonkey/xmlunit/examples/class-use/TextDifferenceListenerBase.html M api/java/master/org/custommonkey/xmlunit/examples/class-use/XPathRegexAssert.html M api/java/master/org/custommonkey/xmlunit/examples/package-frame.html M api/java/master/org/custommonkey/xmlunit/examples/package-summary.html M api/java/master/org/custommonkey/xmlunit/examples/package-tree.html M api/java/master/org/custommonkey/xmlunit/examples/package-use.html M api/java/master/org/custommonkey/xmlunit/exceptions/ConfigurationException.html M api/java/master/org/custommonkey/xmlunit/exceptions/XMLUnitException.html M api/java/master/org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html M api/java/master/org/custommonkey/xmlunit/exceptions/XpathException.html M api/java/master/org/custommonkey/xmlunit/exceptions/class-use/ConfigurationException.html M api/java/master/org/custommonkey/xmlunit/exceptions/class-use/XMLUnitException.html M api/java/master/org/custommonkey/xmlunit/exceptions/class-use/XMLUnitRuntimeException.html M api/java/master/org/custommonkey/xmlunit/exceptions/class-use/XpathException.html M api/java/master/org/custommonkey/xmlunit/exceptions/package-frame.html M api/java/master/org/custommonkey/xmlunit/exceptions/package-summary.html M api/java/master/org/custommonkey/xmlunit/exceptions/package-tree.html M api/java/master/org/custommonkey/xmlunit/exceptions/package-use.html M api/java/master/org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html M api/java/master/org/custommonkey/xmlunit/jaxp13/Validator.html M api/java/master/org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html M api/java/master/org/custommonkey/xmlunit/jaxp13/class-use/Jaxp13XpathEngine.html M api/java/master/org/custommonkey/xmlunit/jaxp13/class-use/Validator.html M api/java/master/org/custommonkey/xmlunit/jaxp13/class-use/XMLUnitNamespaceContext2Jaxp13.html M api/java/master/org/custommonkey/xmlunit/jaxp13/package-frame.html M api/java/master/org/custommonkey/xmlunit/jaxp13/package-summary.html M api/java/master/org/custommonkey/xmlunit/jaxp13/package-tree.html M api/java/master/org/custommonkey/xmlunit/jaxp13/package-use.html M api/java/master/org/custommonkey/xmlunit/package-frame.html M api/java/master/org/custommonkey/xmlunit/package-summary.html M api/java/master/org/custommonkey/xmlunit/package-tree.html M api/java/master/org/custommonkey/xmlunit/package-use.html M api/java/master/org/custommonkey/xmlunit/util/IntegerBuffer.html M api/java/master/org/custommonkey/xmlunit/util/class-use/IntegerBuffer.html M api/java/master/org/custommonkey/xmlunit/util/package-frame.html M api/java/master/org/custommonkey/xmlunit/util/package-summary.html M api/java/master/org/custommonkey/xmlunit/util/package-tree.html M api/java/master/org/custommonkey/xmlunit/util/package-use.html M api/java/master/org/xmlunit/ConfigurationException.html M api/java/master/org/xmlunit/XMLUnitException.html M api/java/master/org/xmlunit/builder/DiffBuilder.html M api/java/master/org/xmlunit/builder/Input.Builder.html M api/java/master/org/xmlunit/builder/Input.TransformationBuilder.html M api/java/master/org/xmlunit/builder/Input.html M api/java/master/org/xmlunit/builder/JaxbBuilder.html M api/java/master/org/xmlunit/builder/Transform.Builder.html M api/java/master/org/xmlunit/builder/Transform.TransformationResult.html M api/java/master/org/xmlunit/builder/Transform.html M api/java/master/org/xmlunit/builder/TransformationBuilderBase.html M api/java/master/org/xmlunit/builder/class-use/DiffBuilder.html M api/java/master/org/xmlunit/builder/class-use/Input.Builder.html M api/java/master/org/xmlunit/builder/class-use/Input.TransformationBuilder.html M api/java/master/org/xmlunit/builder/class-use/Input.html M api/java/master/org/xmlunit/builder/class-use/JaxbBuilder.html M api/java/master/org/xmlunit/builder/class-use/Transform.Builder.html M api/java/master/org/xmlunit/builder/class-use/Transform.TransformationResult.html M api/java/master/org/xmlunit/builder/class-use/Transform.html M api/java/master/org/xmlunit/builder/class-use/TransformationBuilderBase.html M api/java/master/org/xmlunit/builder/package-frame.html M api/java/master/org/xmlunit/builder/package-summary.html M api/java/master/org/xmlunit/builder/package-tree.html M api/java/master/org/xmlunit/builder/package-use.html M api/java/master/org/xmlunit/class-use/ConfigurationException.html M api/java/master/org/xmlunit/class-use/XMLUnitException.html M api/java/master/org/xmlunit/diff/AbstractDifferenceEngine.ComparisonState.html M api/java/master/org/xmlunit/diff/AbstractDifferenceEngine.DeferredComparison.html M api/java/master/org/xmlunit/diff/AbstractDifferenceEngine.FinishedComparisonState.html M api/java/master/org/xmlunit/diff/AbstractDifferenceEngine.OngoingComparisonState.html M api/java/master/org/xmlunit/diff/AbstractDifferenceEngine.html M api/java/master/org/xmlunit/diff/ByNameAndTextRecSelector.html M api/java/master/org/xmlunit/diff/Comparison.Detail.html M api/java/master/org/xmlunit/diff/Comparison.html M api/java/master/org/xmlunit/diff/ComparisonController.html M api/java/master/org/xmlunit/diff/ComparisonControllers.html M api/java/master/org/xmlunit/diff/ComparisonFormatter.html M api/java/master/org/xmlunit/diff/ComparisonListener.html M api/java/master/org/xmlunit/diff/ComparisonListenerSupport.html M api/java/master/org/xmlunit/diff/ComparisonResult.html M api/java/master/org/xmlunit/diff/ComparisonType.html M api/java/master/org/xmlunit/diff/DOMDifferenceEngine.html M api/java/master/org/xmlunit/diff/DefaultComparisonFormatter.html M api/java/master/org/xmlunit/diff/DefaultNodeMatcher.DefaultNodeTypeMatcher.html M api/java/master/org/xmlunit/diff/DefaultNodeMatcher.NodeTypeMatcher.html M api/java/master/org/xmlunit/diff/DefaultNodeMatcher.html M api/java/master/org/xmlunit/diff/Diff.html M api/java/master/org/xmlunit/diff/Difference.html M api/java/master/org/xmlunit/diff/DifferenceEngine.html M api/java/master/org/xmlunit/diff/DifferenceEvaluator.html M api/java/master/org/xmlunit/diff/DifferenceEvaluators.html M api/java/master/org/xmlunit/diff/ElementSelector.html M api/java/master/org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilder.html M api/java/master/org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilderThen.html M api/java/master/org/xmlunit/diff/ElementSelectors.html M api/java/master/org/xmlunit/diff/MultiLevelByNameAndTextSelector.html M api/java/master/org/xmlunit/diff/NodeFilters.html M api/java/master/org/xmlunit/diff/NodeMatcher.html M api/java/master/org/xmlunit/diff/RecursiveXPathBuilder.html M api/java/master/org/xmlunit/diff/XPathContext.DOMNodeInfo.html M api/java/master/org/xmlunit/diff/XPathContext.NodeInfo.html M api/java/master/org/xmlunit/diff/XPathContext.html M api/java/master/org/xmlunit/diff/class-use/AbstractDifferenceEngine.ComparisonState.html M api/java/master/org/xmlunit/diff/class-use/AbstractDifferenceEngine.DeferredComparison.html M api/java/master/org/xmlunit/diff/class-use/AbstractDifferenceEngine.FinishedComparisonState.html M api/java/master/org/xmlunit/diff/class-use/AbstractDifferenceEngine.OngoingComparisonState.html M api/java/master/org/xmlunit/diff/class-use/AbstractDifferenceEngine.html M api/java/master/org/xmlunit/diff/class-use/ByNameAndTextRecSelector.html M api/java/master/org/xmlunit/diff/class-use/Comparison.Detail.html M api/java/master/org/xmlunit/diff/class-use/Comparison.html M api/java/master/org/xmlunit/diff/class-use/ComparisonController.html M api/java/master/org/xmlunit/diff/class-use/ComparisonControllers.html M api/java/master/org/xmlunit/diff/class-use/ComparisonFormatter.html M api/java/master/org/xmlunit/diff/class-use/ComparisonListener.html M api/java/master/org/xmlunit/diff/class-use/ComparisonListenerSupport.html M api/java/master/org/xmlunit/diff/class-use/ComparisonResult.html M api/java/master/org/xmlunit/diff/class-use/ComparisonType.html M api/java/master/org/xmlunit/diff/class-use/DOMDifferenceEngine.html M api/java/master/org/xmlunit/diff/class-use/DefaultComparisonFormatter.html M api/java/master/org/xmlunit/diff/class-use/DefaultNodeMatcher.DefaultNodeTypeMatcher.html M api/java/master/org/xmlunit/diff/class-use/DefaultNodeMatcher.NodeTypeMatcher.html M api/java/master/org/xmlunit/diff/class-use/DefaultNodeMatcher.html M api/java/master/org/xmlunit/diff/class-use/Diff.html M api/java/master/org/xmlunit/diff/class-use/Difference.html M api/java/master/org/xmlunit/diff/class-use/DifferenceEngine.html M api/java/master/org/xmlunit/diff/class-use/DifferenceEvaluator.html M api/java/master/org/xmlunit/diff/class-use/DifferenceEvaluators.html M api/java/master/org/xmlunit/diff/class-use/ElementSelector.html M api/java/master/org/xmlunit/diff/class-use/ElementSelectors.ConditionalSelectorBuilder.html M api/java/master/org/xmlunit/diff/class-use/ElementSelectors.ConditionalSelectorBuilderThen.html M api/java/master/org/xmlunit/diff/class-use/ElementSelectors.html M api/java/master/org/xmlunit/diff/class-use/MultiLevelByNameAndTextSelector.html M api/java/master/org/xmlunit/diff/class-use/NodeFilters.html M api/java/master/org/xmlunit/diff/class-use/NodeMatcher.html M api/java/master/org/xmlunit/diff/class-use/RecursiveXPathBuilder.html M api/java/master/org/xmlunit/diff/class-use/XPathContext.DOMNodeInfo.html M api/java/master/org/xmlunit/diff/class-use/XPathContext.NodeInfo.html M api/java/master/org/xmlunit/diff/class-use/XPathContext.html M api/java/master/org/xmlunit/diff/package-frame.html M api/java/master/org/xmlunit/diff/package-summary.html M api/java/master/org/xmlunit/diff/package-tree.html M api/java/master/org/xmlunit/diff/package-use.html M api/java/master/org/xmlunit/input/CommentLessSource.html M api/java/master/org/xmlunit/input/NormalizedSource.html M api/java/master/org/xmlunit/input/WhitespaceNormalizedSource.html M api/java/master/org/xmlunit/input/WhitespaceStrippedSource.html M api/java/master/org/xmlunit/input/class-use/CommentLessSource.html M api/java/master/org/xmlunit/input/class-use/NormalizedSource.html M api/java/master/org/xmlunit/input/class-use/WhitespaceNormalizedSource.html M api/java/master/org/xmlunit/input/class-use/WhitespaceStrippedSource.html M api/java/master/org/xmlunit/input/package-frame.html M api/java/master/org/xmlunit/input/package-summary.html M api/java/master/org/xmlunit/input/package-tree.html M api/java/master/org/xmlunit/input/package-use.html M api/java/master/org/xmlunit/matchers/CompareMatcher.html M api/java/master/org/xmlunit/matchers/ValidationMatcher.html M api/java/master/org/xmlunit/matchers/class-use/CompareMatcher.html M api/java/master/org/xmlunit/matchers/class-use/ValidationMatcher.html M api/java/master/org/xmlunit/matchers/package-frame.html M api/java/master/org/xmlunit/matchers/package-summary.html M api/java/master/org/xmlunit/matchers/package-tree.html M api/java/master/org/xmlunit/matchers/package-use.html M api/java/master/org/xmlunit/package-frame.html M api/java/master/org/xmlunit/package-summary.html M api/java/master/org/xmlunit/package-tree.html M api/java/master/org/xmlunit/package-use.html M api/java/master/org/xmlunit/transform/Transformation.html M api/java/master/org/xmlunit/transform/class-use/Transformation.html M api/java/master/org/xmlunit/transform/package-frame.html M api/java/master/org/xmlunit/transform/package-summary.html M api/java/master/org/xmlunit/transform/package-tree.html M api/java/master/org/xmlunit/transform/package-use.html M api/java/master/org/xmlunit/util/Convert.html M api/java/master/org/xmlunit/util/IsNullPredicate.html M api/java/master/org/xmlunit/util/IterableNodeList.html M api/java/master/org/xmlunit/util/Linqy.html M api/java/master/org/xmlunit/util/Mapper.html M api/java/master/org/xmlunit/util/Nodes.html M api/java/master/org/xmlunit/util/Predicate.html M api/java/master/org/xmlunit/util/class-use/Convert.html M api/java/master/org/xmlunit/util/class-use/IsNullPredicate.html M api/java/master/org/xmlunit/util/class-use/IterableNodeList.html M api/java/master/org/xmlunit/util/class-use/Linqy.html M api/java/master/org/xmlunit/util/class-use/Mapper.html M api/java/master/org/xmlunit/util/class-use/Nodes.html M api/java/master/org/xmlunit/util/class-use/Predicate.html M api/java/master/org/xmlunit/util/package-frame.html M api/java/master/org/xmlunit/util/package-summary.html M api/java/master/org/xmlunit/util/package-tree.html M api/java/master/org/xmlunit/util/package-use.html M api/java/master/org/xmlunit/validation/JAXPValidator.html M api/java/master/org/xmlunit/validation/Languages.html M api/java/master/org/xmlunit/validation/ParsingValidator.html M api/java/master/org/xmlunit/validation/ValidationProblem.ProblemType.html M api/java/master/org/xmlunit/validation/ValidationProblem.html M api/java/master/org/xmlunit/validation/ValidationResult.html M api/java/master/org/xmlunit/validation/Validator.html M api/java/master/org/xmlunit/validation/class-use/JAXPValidator.html M api/java/master/org/xmlunit/validation/class-use/Languages.html M api/java/master/org/xmlunit/validation/class-use/ParsingValidator.html M api/java/master/org/xmlunit/validation/class-use/ValidationProblem.ProblemType.html M api/java/master/org/xmlunit/validation/class-use/ValidationProblem.html M api/java/master/org/xmlunit/validation/class-use/ValidationResult.html M api/java/master/org/xmlunit/validation/class-use/Validator.html M api/java/master/org/xmlunit/validation/package-frame.html M api/java/master/org/xmlunit/validation/package-summary.html M api/java/master/org/xmlunit/validation/package-tree.html M api/java/master/org/xmlunit/validation/package-use.html M api/java/master/org/xmlunit/xpath/JAXPXPathEngine.html M api/java/master/org/xmlunit/xpath/XPathEngine.html M api/java/master/org/xmlunit/xpath/class-use/JAXPXPathEngine.html M api/java/master/org/xmlunit/xpath/class-use/XPathEngine.html M api/java/master/org/xmlunit/xpath/package-frame.html M api/java/master/org/xmlunit/xpath/package-summary.html M api/java/master/org/xmlunit/xpath/package-tree.html M api/java/master/org/xmlunit/xpath/package-use.html M api/java/master/overview-frame.html M api/java/master/overview-summary.html M api/java/master/overview-tree.html M api/java/master/serialized-form.html M api/net/master/Org.XmlUnit.Builder/DiffBuilder.html M api/net/master/Org.XmlUnit.Builder/ITransformationBuilderBase`1.html M api/net/master/Org.XmlUnit.Builder/Input+IBuilder.html M api/net/master/Org.XmlUnit.Builder/Input+ITransformationBuilder.html M api/net/master/Org.XmlUnit.Builder/Input.html M api/net/master/Org.XmlUnit.Builder/Transform+IBuilder.html M api/net/master/Org.XmlUnit.Builder/Transform+ITransformationResult.html M api/net/master/Org.XmlUnit.Builder/Transform.html M api/net/master/Org.XmlUnit.Builder/index.html M api/net/master/Org.XmlUnit.Constraints/CompareConstraint+CompareConstraintResult.html M api/net/master/Org.XmlUnit.Constraints/CompareConstraint.html M api/net/master/Org.XmlUnit.Constraints/SchemaValidConstraint+SchemaValidationConstraintResult.html M api/net/master/Org.XmlUnit.Constraints/SchemaValidConstraint.html M api/net/master/Org.XmlUnit.Constraints/index.html M api/net/master/Org.XmlUnit.Diff/AbstractDifferenceEngine+ComparisonState.html M api/net/master/Org.XmlUnit.Diff/AbstractDifferenceEngine.html M api/net/master/Org.XmlUnit.Diff/ByNameAndTextRecSelector.html M api/net/master/Org.XmlUnit.Diff/Comparison+Detail.html M api/net/master/Org.XmlUnit.Diff/Comparison.html M api/net/master/Org.XmlUnit.Diff/ComparisonController.html M api/net/master/Org.XmlUnit.Diff/ComparisonControllers.html M api/net/master/Org.XmlUnit.Diff/ComparisonListener.html M api/net/master/Org.XmlUnit.Diff/ComparisonResult.html M api/net/master/Org.XmlUnit.Diff/ComparisonType.html M api/net/master/Org.XmlUnit.Diff/ComparisonTypes.html M api/net/master/Org.XmlUnit.Diff/DOMDifferenceEngine.html M api/net/master/Org.XmlUnit.Diff/DefaultComparisonFormatter.html M api/net/master/Org.XmlUnit.Diff/DefaultNodeMatcher+NodeTypeMatcher.html M api/net/master/Org.XmlUnit.Diff/DefaultNodeMatcher.html M api/net/master/Org.XmlUnit.Diff/Diff.html M api/net/master/Org.XmlUnit.Diff/Difference.html M api/net/master/Org.XmlUnit.Diff/DifferenceEvaluator.html M api/net/master/Org.XmlUnit.Diff/DifferenceEvaluators.html M api/net/master/Org.XmlUnit.Diff/ElementSelector.html M api/net/master/Org.XmlUnit.Diff/ElementSelectors+IConditionalSelectorBuilder.html M api/net/master/Org.XmlUnit.Diff/ElementSelectors+IConditionalSelectorBuilderThen.html M api/net/master/Org.XmlUnit.Diff/ElementSelectors.html M api/net/master/Org.XmlUnit.Diff/IComparisonFormatter.html M api/net/master/Org.XmlUnit.Diff/IDifferenceEngine.html M api/net/master/Org.XmlUnit.Diff/INodeMatcher.html M api/net/master/Org.XmlUnit.Diff/MultiLevelByNameAndTextSelector.html M api/net/master/Org.XmlUnit.Diff/NodeFilters.html M api/net/master/Org.XmlUnit.Diff/RecursiveXPathBuilder.html M api/net/master/Org.XmlUnit.Diff/XPathContext+DOMNodeInfo.html M api/net/master/Org.XmlUnit.Diff/XPathContext+INodeInfo.html M api/net/master/Org.XmlUnit.Diff/XPathContext.html M api/net/master/Org.XmlUnit.Diff/index.html M api/net/master/Org.XmlUnit.Input/AbstractSource.html M api/net/master/Org.XmlUnit.Input/CommentLessSource.html M api/net/master/Org.XmlUnit.Input/DOMSource.html M api/net/master/Org.XmlUnit.Input/LinqSource.html M api/net/master/Org.XmlUnit.Input/NormalizedSource.html M api/net/master/Org.XmlUnit.Input/ReaderSource.html M api/net/master/Org.XmlUnit.Input/StreamSource.html M api/net/master/Org.XmlUnit.Input/WhitespaceNormalizedSource.html M api/net/master/Org.XmlUnit.Input/WhitespaceStrippedSource.html M api/net/master/Org.XmlUnit.Input/index.html M api/net/master/Org.XmlUnit.Transform/Transformation.html M api/net/master/Org.XmlUnit.Transform/index.html M api/net/master/Org.XmlUnit.Util/Convert.html M api/net/master/Org.XmlUnit.Util/Linqy.html M api/net/master/Org.XmlUnit.Util/Nodes.html M api/net/master/Org.XmlUnit.Util/index.html M api/net/master/Org.XmlUnit.Validation/Languages.html M api/net/master/Org.XmlUnit.Validation/ValidationProblem.html M api/net/master/Org.XmlUnit.Validation/ValidationResult.html M api/net/master/Org.XmlUnit.Validation/Validator.html M api/net/master/Org.XmlUnit.Validation/index.html M api/net/master/Org.XmlUnit.Xpath/IXPathEngine.html M api/net/master/Org.XmlUnit.Xpath/XPathEngine.html M api/net/master/Org.XmlUnit.Xpath/index.html M api/net/master/Org.XmlUnit/ISource.html M api/net/master/Org.XmlUnit/XMLUnitException.html M api/net/master/Org.XmlUnit/index.html M api/net/master/index.html Log Message: ----------- apidocs for 2.0.1 |
From: AppVeyor <no-...@ap...> - 2016-03-06 14:54:55
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;"> <h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.0.1.70" style="color:#078DC7;">Build xmlunit.net 2.0.1.70 completed</a></h1> <p style="color: #888;"> Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/8e0f569442">8e0f569442</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 3/6/2016 2:49 PM: <br /> <span style="font-size: 110%;color:#222;">add `CompareConstraint.WithNamespaceContext`</span> </p> <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p> </div> |
From: GitHub <no...@gi...> - 2016-03-06 14:50:39
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.net Commit: 8e0f56944202e7ffccb0ea936edc900e00676469 https://github.com/xmlunit/xmlunit.net/commit/8e0f56944202e7ffccb0ea936edc900e00676469 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M RELEASE_NOTES.md M src/main/net-constraints-nunit2/CompareConstraint.cs M src/main/net-constraints-nunit3/CompareConstraint.cs Log Message: ----------- add `CompareConstraint.WithNamespaceContext` port of PR [xmlunit/#54] by @cboehme |
From: GitHub <no...@gi...> - 2016-03-06 14:40:36
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: cea6816973d3f0ec751137f1fbfd9f2570acb5f4 https://github.com/xmlunit/xmlunit/commit/cea6816973d3f0ec751137f1fbfd9f2570acb5f4 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M RELEASE_NOTES.md M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java Log Message: ----------- record change |
From: Travis CI <bu...@tr...> - 2016-03-06 14:38:41
|
Build Update for xmlunit/xmlunit ------------------------------------- Build: #279 Status: Fixed Duration: 1 minute and 41 seconds Commit: 325f0fd (master) Author: Stefan Bodewig Message: record fix for #53 View the changeset: https://github.com/xmlunit/xmlunit/compare/411fa24ec641...325f0fd73807 View the full build log and details: https://travis-ci.org/xmlunit/xmlunit/builds/114051338 -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
From: GitHub <no...@gi...> - 2016-03-06 14:38:39
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 21c0470aa3df26338f5297a41e3dfe185dba41f8 https://github.com/xmlunit/xmlunit/commit/21c0470aa3df26338f5297a41e3dfe185dba41f8 Author: Christoph Böhme <chr...@b3...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java Log Message: ----------- add withNamespaceContext(Map) to CompareMatcher Commit: 498e032b9dcfbbb2034a8ca9f6ff68311b57826a https://github.com/xmlunit/xmlunit/commit/498e032b9dcfbbb2034a8ca9f6ff68311b57826a Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java Log Message: ----------- Merge pull request #54 from cboehme/add-CompareMatcher-withNamespaceContext add withNamespaceContext(Map) to CompareMatcher Compare: https://github.com/xmlunit/xmlunit/compare/325f0fd73807...498e032b9dcf |
From: Travis CI <bu...@tr...> - 2016-03-06 14:36:33
|
Build Update for xmlunit/xmlunit ------------------------------------- Build: #278 Status: Fixed Duration: 1 minute and 30 seconds Commit: 411fa24 (master) Author: Stefan Bodewig Message: Merge pull request #53 from cboehme/fix-incorrect-constant-assignment fix swapped assignment of CDATA and TEXT constants View the changeset: https://github.com/xmlunit/xmlunit/compare/cb4db3509fe9...411fa24ec641 View the full build log and details: https://travis-ci.org/xmlunit/xmlunit/builds/114051087 -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
From: GitHub <no...@gi...> - 2016-03-06 14:35:58
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 325f0fd7380705d7f4fc433b05676d4ee5a5eacd https://github.com/xmlunit/xmlunit/commit/325f0fd7380705d7f4fc433b05676d4ee5a5eacd Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M RELEASE_NOTES.md Log Message: ----------- record fix for #53 |
From: GitHub <no...@gi...> - 2016-03-06 14:34:02
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 37eb8c3505443f293acd31d2aa58e4d2650f2822 https://github.com/xmlunit/xmlunit/commit/37eb8c3505443f293acd31d2aa58e4d2650f2822 Author: Christoph Böhme <chr...@b3...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DifferenceEvaluators.java Log Message: ----------- fix swapped assignment of CDATA and TEXT constants The assignment of the `Node.CDATA_SECTION_NODE` and `Node.TEXT_NODE` values to the `CDATA` and `TEXT` constants used by `DifferenceEvaluators.Default` was mixed up. Commit: 411fa24ec641a95f4260f590d191479c357ececc https://github.com/xmlunit/xmlunit/commit/411fa24ec641a95f4260f590d191479c357ececc Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DifferenceEvaluators.java Log Message: ----------- Merge pull request #53 from cboehme/fix-incorrect-constant-assignment fix swapped assignment of CDATA and TEXT constants Compare: https://github.com/xmlunit/xmlunit/compare/cb4db3509fe9...411fa24ec641 |
From: AppVeyor <no-...@ap...> - 2016-03-06 09:05:55
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;"> <h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.0.1.69" style="color:#078DC7;">Build xmlunit.net 2.0.1.69 completed</a></h1> <p style="color: #888;"> Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/975cfa83d7">975cfa83d7</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 3/6/2016 9:00 AM: <br /> <span style="font-size: 110%;color:#222;">no "before 2.0" anymore</span> </p> <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p> </div> |