Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 584 Bytes

Test Utils Date Time Picker

This library adds support for testing the date-time-picker module to test-utils

Installing

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

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

Mocks

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