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

Method query

basex-tests/src/test/java/org/basex/FNCryptoTest.java:97–99  ·  view source on GitHub ↗

Runs a query and matches the result against the expected output. @param query query @param expected expected output

(final String query, final String expected)

Source from the content-addressed store, hash-verified

95 * @param expected expected output
96 */
97 private static void query(final String query, final String expected) {
98 query(null, query, expected);
99 }
100
101 /**
102 * Runs an updating query and matches the result of the second query

Callers 15

testMethod · 0.45
runMethod · 0.45
insertIntoMethod · 0.45
runMethod · 0.45
runMethod · 0.45
insertMethod · 0.45
deleteMethod · 0.45
insertIntoMethod · 0.45
insertBeforeMethod · 0.45

Calls 2

assertEqualsMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected