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

Method run

basex-core/src/test/java/org/basex/BaseXClientTest.java:20–23  ·  view source on GitHub ↗
(final String... args)

Source from the content-addressed store, hash-verified

18 */
19public final class BaseXClientTest extends BaseXTest {
20 @Override
21 protected String run(final String... args) throws IOException {
22 return run(args, new String[0]);
23 }
24
25 /**
26 * Test client with different port.

Callers 4

portErrMethod · 0.95
portErr2Method · 0.95
userMethod · 0.95
equalsMethod · 0.95

Calls 5

addMethod · 0.95
createServerMethod · 0.80
stopServerMethod · 0.80
toStringMethod · 0.65
finishMethod · 0.45

Tested by

no test coverage detected