Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 479 Bytes

Test Utils HUD

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

Installing

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

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

Mocks

This library contains mock classes for BaseHUD and BaseHUD.Builder.