MockAgentServer

constructor(port: Int = 0, verbose: Boolean = false, notificationsUri: String = DEFAULT_NOTIFICATIONS_URI)(source)

Constructor for initializing a MockAgentServer instance.

Parameters

port

The port on which the mock server will run. Defaults to 0, which allows automatic port selection.

verbose

Determines whether the server operates in verbose mode for detailed logging. Defaults to false.

notificationsUri

The URI used for receiving notifications. Defaults to DEFAULT_NOTIFICATIONS_URI.