Test Utils Bluetooth Base

This library adds support for testing the bluetooth-base module to test-utils.

Installing

This library is available on Maven Central. You can import Kaluga Test Utils Bluetooth Base as follows:

repositories {
    // ...
    mavenCentral()
}
// ...
dependencies {
    // ...
    implementation("com.splendo.kaluga:test-utils-bluetooth-base:$kalugaVersion")
}

Mocks

This library contains MockBluetoothMonitor for mocking the Bluetooth service BluetoothMonitor, and a randomUUID helper for generating random UUID values in tests.