⚠️ Deprecated: This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
| Android | iOS | JVM | JS | WasmJS | macOS | tvOS | watchOS |
|---|---|---|---|---|---|---|---|
| ✅ | ✅ |
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.date-time-picker:test:$kalugaVersion")
}
Mocks
This library contains mock classes for BaseDateTimePickerPresenter and BaseDateTimePickerPresenter.Builder.