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

Method no

basex-core/src/test/java/org/basex/core/PoolTest.java:113–120  ·  view source on GitHub ↗

Assumes that this command fails. @param cmd command reference @param session Session

(final Command cmd, final Session session)

Source from the content-addressed store, hash-verified

111 * @param session Session
112 */
113 private static void no(final Command cmd, final Session session) {
114 try {
115 session.execute(cmd);
116 fail("Command was supposed to fail.");
117 } catch(final IOException ex) {
118 Util.debug(ex);
119 }
120 }
121}

Callers 1

createAndDropMethod · 0.95

Calls 2

debugMethod · 0.95
executeMethod · 0.65

Tested by

no test coverage detected