Example of Java output

> java -jar dom2-core.jar
DOM Test Adapter for JUnit

Copyright (c) 2001 World Wide Web Consortium,
Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio University). All
Rights Reserved. This program is distributed under the W3C's Software
Intellectual Property License. This program is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
See W3C License http://www.w3.org/Consortium/Legal/ for more details.

Class name for DOMImplementation:my.dom.implementation.DOMImplementationClass
Parser supports DOM Level 1 XML
Parser does not support DOM Level 1 HTML
Parser supports DOM Level 2
Parser supports DOM Level 2 XML
Parser supports DOM Level 2 HTML
Parser does not support DOM Level 2 Views
Parser does not support DOM Level 2 Style Sheets
Parser does not support DOM Level 2 CSS
Parser does not support DOM Level 2 CSS2
Parser does not supports DOM Level 2 Events
Parser does not support DOM Level 2 User Interface Events
Parser does not support DOM Level 2 Mouse Events
Parser does not support DOM Level 2 Mutation Events
Parser does not support DOM Level 2 HTML Events
Parser does not supports DOM Level 2 Traversal
Parser does not supports DOM Level 2 Range
Parser does not support DOM Level 3
Parser does not support DOM Level 3 XML
Parser does not support DOM Level 3 Core
Parser does not support DOM Level 3 XPath
Parser does not support SVG Version 1.0
Parser does not support SVG Version 1.0 Static
Parser does not support SVG Version 1.0 Dynamic
Parser does not support SVG Version 1.0 Animation
Parser does not support SVG Version 1.0 (full support)
Parser does not support SMIL Animation
Parser does not support MathML Version 2.0


hasNullString=true
signed=true
coalescing=false
expandEntityReferences=false
ignoringElementContentWhitespace=false
namespaceAware=false
validating=false
.........................................
.........................................
.........................................
......F..........
Time: 8.175
There was 1 failure:
1) http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS04(org.w3c.domts.JUnitTestCaseAdapter)junit.framework.AssertionFailedError: prefix expected:<newprefix> but was:<emp>
        at org.w3c.domts.JUnitTestCaseAdapter.assertEquals(JUnitTestCaseAdapter.java:178)
        at org.w3c.domts.DOMTestCase.assertEquals(DOMTestCase.java:210)
        at org.w3c.domts.level2.core.setAttributeNS04.runTest(setAttributeNS04.java:97)
        at org.w3c.domts.JUnitTestCaseAdapter.runTest(JUnitTestCaseAdapter.java:59)
        at org.w3c.domts.JUnitRunner.runTest(JUnitRunner.java:103)
        at org.w3c.domts.JUnitRunner.execute(JUnitRunner.java:82)
        at org.w3c.domts.DOMTestCase.doMain(DOMTestCase.java:135)
        at org.w3c.domts.level2.core.alltests.main(alltests.java:204)

FAILURES!!!
Tests run: 139,  Failures: 1,  Errors: 0

expandEntityReferences=true
hasNullString=true
ignoringElementContentWhitespace=true
namespaceAware=true
signed=true
validating=true
coalescing=false
.........................................
.........................................
.........................................
......F..........
Time: 3.768
There was 1 failure:
1) http://www.w3.org/2001/DOM-Test-Suite/level2/core/setAttributeNS04(org.w3c.domts.JUnitTestCaseAdapter)junit.framework.AssertionFailedError: prefix expected:<newprefix> but was:<emp>
        at org.w3c.domts.JUnitTestCaseAdapter.assertEquals(JUnitTestCaseAdapter.java:178)
        at org.w3c.domts.DOMTestCase.assertEquals(DOMTestCase.java:210)
        at org.w3c.domts.level2.core.setAttributeNS04.runTest(setAttributeNS04.java:97)
        at org.w3c.domts.JUnitTestCaseAdapter.runTest(JUnitTestCaseAdapter.java:59)
        at org.w3c.domts.JUnitRunner.runTest(JUnitRunner.java:103)
        at org.w3c.domts.JUnitRunner.execute(JUnitRunner.java:89)
        at org.w3c.domts.DOMTestCase.doMain(DOMTestCase.java:135)
        at org.w3c.domts.level2.core.alltests.main(alltests.java:204)

FAILURES!!!
Tests run: 139,  Failures: 1,  Errors: 0
The DOM Test Suite Team