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

Method start

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

Starts the server. @throws Exception exception

()

Source from the content-addressed store, hash-verified

33 * @throws Exception exception
34 */
35 @BeforeAll public static void start() throws Exception {
36 server = createServer();
37 session1 = createClient();
38 session2 = createClient();
39 }
40
41 /**
42 * Stops the server.

Callers 1

userTestMethod · 0.45

Calls 2

createServerMethod · 0.80
createClientMethod · 0.80

Tested by

no test coverage detected