Nux 1.6

nux.xom.tests
Class XQueryTestSuiteW3C

java.lang.Object
  extended by 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 15000 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.9.4
 

Author:
whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $

Method Summary
protected static boolean contains(String x, String y)
           
protected static boolean endsWith(String x, String y)
           
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
 

Method Detail

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

endsWith

protected static boolean endsWith(String x,
                                  String y)

contains

protected static boolean contains(String x,
                                  String y)

Nux 1.6