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

Method stop

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

Stops the server. @throws IOException I/O exception

()

Source from the content-addressed store, hash-verified

43 * @throws IOException I/O exception
44 */
45 @AfterAll public static void stop() throws IOException {
46 session1.close();
47 session2.close();
48 stopServer(server);
49 }
50
51 /** Create and Drop Tests. */
52 @Test public void createAndDrop() {

Callers

nothing calls this directly

Calls 2

stopServerMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected