MockGemini

constructor(port: Int = 0, verbose: Boolean = true)(source)

Parameters

port

The port on which the mock server will run. Defaults to 0, which allows the server to select an available port.

verbose

Controls whether the mock server's operations are logged in detail. Defaults to true.


constructor(verbose: Boolean = true)(source)