MCPcopy Create free account
hub / github.com/BaseXdb/basex / test

Method test

basex-core/src/main/java/org/basex/query/value/item/Item.java:99–103  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii, final long pos)

Source from the content-addressed store, hash-verified

97 }
98
99 @Override
100 public boolean test(final QueryContext qc, final InputInfo ii, final long pos)
101 throws QueryException {
102 return bool(ii);
103 }
104
105 /**
106 * Returns a string representation of the value.

Callers 2

testMethod · 0.95
testMethod · 0.95

Calls 1

boolMethod · 0.95

Tested by

no test coverage detected