nux.xom.tests
Class XQueryTestSuiteW3C
java.lang.Object
nux.xom.tests.XQueryTestSuiteW3C
- public class XQueryTestSuiteW3C
- extends Object
Runs the
Official W3C XQuery Test Suite (XQTS) against Nux, looking for potential
standards conformance bugs; The test suite contains some 8000 test cases; it
must be downloaded separately from the W3C site.
Example usage:
export CLASSPATH=lib/nux.jar:lib/saxon8.jar:lib/xom.jar
java nux.xom.tests.XQueryTestSuiteW3C ../xqts-0.8.0
- Author:
- whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $
Method Summary |
static void |
main(String[] args)
Runs the test suite; the first argument indicates the test suite's root
directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Throwable
- Runs the test suite; the first argument indicates the test suite's root
directory.
- Throws:
Throwable