Package org.basex.query.func.unit
Class Suite
java.lang.Object
org.basex.query.func.unit.Suite
XQUnit tests: Testing multiple modules.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
failures
public int failuresFailures. -
errors
public int errorsErrors. -
skipped
public int skippedSkipped. -
tests
public int testsTests.
-
-
Constructor Details
-
Suite
public Suite()
-
-
Method Details
-
test
Tests all test functions in the specified path.- Parameters:
ctx- database contextroot- path to test modulesjob- calling job- Returns:
- resulting value
- Throws:
IOException- I/O exception
-