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

Method init

basex-api/src/test/java/org/basex/http/HTTPTest.java:41–43  ·  view source on GitHub ↗

Initializes the test. @param url root path @param local local flag @throws Exception exception

(final String url, final boolean local)

Source from the content-addressed store, hash-verified

39 * @throws Exception exception
40 */
41 protected static void init(final String url, final boolean local) throws Exception {
42 init(url, local, false);
43 }
44
45 /**
46 * Initializes the test.

Callers 4

startMethod · 0.45
startMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls 6

addMethod · 0.95
getMethod · 0.95
mdMethod · 0.80
getMethod · 0.65
finishMethod · 0.45
contextMethod · 0.45

Tested by

no test coverage detected