| Android | iOS | JVM | JS | WasmJS | macOS | tvOS | watchOS |
|---|---|---|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
This library adds support for testing the core 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.bluetooth:test-core:$kalugaVersion")
}
Mocks
This library contains MockBluetoothMonitor for mocking the Bluetooth service BluetoothMonitor, and a randomUUID helper for generating random UUID values in tests.