MockBluetoothServerBuilder

A mock implementation of BaseBluetoothServerBuilder that creates MockBluetoothServers.

Parameters

setupMocks

if true the mocks are configured with sensible default behaviour

Constructors

Link copied to clipboard
constructor(setupMocks: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun createServer(settingsBuilder: (Permissions) -> ServerSettings, coroutineContext: CoroutineContext, specs: BluetoothServerDSL.() -> Unit): BluetoothServer