This library adds support for testing the hud
module to test-utils
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")
}
This library contains mock classes for BaseHUD
and BaseHUD.Builder
.