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

Method eq

basex-core/src/test/java/org/basex/query/QueryTest.java:120–122  ·  view source on GitHub ↗

Compares the actual and the expected value. @param actual evaluated result @param expected expected result @return result of check @throws QueryException query exception

(final Value actual, final Value expected)

Source from the content-addressed store, hash-verified

118 * @throws QueryException query exception
119 */
120 protected static boolean eq(final Value actual, final Value expected) throws QueryException {
121 return new DeepEqual().equal(actual, expected);
122 }
123
124 /**
125 * Creates a container for the specified node values.

Callers 1

testMethod · 0.95

Calls 1

equalMethod · 0.65

Tested by

no test coverage detected