Test Utils Alerts

This module adds support for testing the alerts module to test-utils

Installing

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

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

Mocks

Check out the full documentation

This library contains mock classes for BaseAlertPresenter and BaseAlertPresenter.Builder