Package org.basex.query.func.unit
Interface Constants
public interface Constants
XQUnit constants.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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[] TESTSUITESName: testsuites. -
TESTSUITE
static final byte[] TESTSUITEName: testsuite. -
TESTINIT
static final byte[] TESTINITName: testinit. -
TESTCASE
static final byte[] TESTCASEName: testcase. -
FAILURE
static final byte[] FAILUREName: failure. -
LINE
static final byte[] LINEName: line. -
COLUMN
static final byte[] COLUMNName: column. -
URI
static final byte[] URIName: uri. -
ERROR
static final byte[] ERRORName: error. -
EXPECTED
static final byte[] EXPECTEDName: expected. -
RETURNED
static final byte[] RETURNEDName: returned. -
INFO
static final byte[] INFOName: info. -
FAILURES
static final byte[] FAILURESName: failures. -
ERRORS
static final byte[] ERRORSName: error. -
SKIPPED
static final byte[] SKIPPEDName: skipped. -
TESTS
static final byte[] TESTSName: error. -
NAME
static final byte[] NAMEName: name. -
ITEM
static final byte[] ITEMName: item. -
TYPE
static final byte[] TYPEName: type. -
TIME
static final byte[] TIMEName: time.
-