Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 537 Bytes

Test Utils Keyboard

This library adds support for testing the keyboard module to test-utils

Installing

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

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

Mocks

This library contains mock classes for KeyboardManager, KeyboardManager.Builder, and FocusHandler.