Class Suite

java.lang.Object
org.basex.query.func.unit.Suite

public final class Suite extends Object
XQUnit tests: Testing multiple modules.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Field Details

    • failures

      public int failures
      Failures.
    • errors

      public int errors
      Errors.
    • skipped

      public int skipped
      Skipped.
    • tests

      public int tests
      Tests.
  • Constructor Details

    • Suite

      public Suite()
  • Method Details

    • test

      public FElem test(IOFile root, Context ctx, Job job) throws IOException
      Tests all test functions in the specified path.
      Parameters:
      ctx - database context
      root - path to test modules
      job - calling job
      Returns:
      resulting value
      Throws:
      IOException - I/O exception