Interface Constants


public interface Constants
XQUnit constants.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final byte[]
    Name: column.
    static final byte[]
    Name: error.
    static final byte[]
    Name: error.
    static final byte[]
    Name: expected.
    static final byte[]
    Name: failure.
    static final byte[]
    Name: failures.
    static final byte[]
    Name: info.
    static final byte[]
    Name: item.
    static final byte[]
    Name: line.
    static final byte[]
    Name: name.
    static final byte[]
    Name: returned.
    static final byte[]
    Name: skipped.
    static final byte[]
    Name: testcase.
    static final byte[]
    Name: testinit.
    static final byte[]
    Name: error.
    static final byte[]
    Name: testsuite.
    static final byte[]
    Name: testsuites.
    static final byte[]
    Name: time.
    static final byte[]
    Name: type.
    static final byte[]
    Name: uri.
  • Field Details

    • TESTSUITES

      static final byte[] TESTSUITES
      Name: testsuites.
    • TESTSUITE

      static final byte[] TESTSUITE
      Name: testsuite.
    • TESTINIT

      static final byte[] TESTINIT
      Name: testinit.
    • TESTCASE

      static final byte[] TESTCASE
      Name: testcase.
    • FAILURE

      static final byte[] FAILURE
      Name: failure.
    • LINE

      static final byte[] LINE
      Name: line.
    • COLUMN

      static final byte[] COLUMN
      Name: column.
    • URI

      static final byte[] URI
      Name: uri.
    • ERROR

      static final byte[] ERROR
      Name: error.
    • EXPECTED

      static final byte[] EXPECTED
      Name: expected.
    • RETURNED

      static final byte[] RETURNED
      Name: returned.
    • INFO

      static final byte[] INFO
      Name: info.
    • FAILURES

      static final byte[] FAILURES
      Name: failures.
    • ERRORS

      static final byte[] ERRORS
      Name: error.
    • SKIPPED

      static final byte[] SKIPPED
      Name: skipped.
    • TESTS

      static final byte[] TESTS
      Name: error.
    • NAME

      static final byte[] NAME
      Name: name.
    • ITEM

      static final byte[] ITEM
      Name: item.
    • TYPE

      static final byte[] TYPE
      Name: type.
    • TIME

      static final byte[] TIME
      Name: time.