
implementation("io.github.jamal-wia:kmptoolkit-scheduler-testing:1.1.0")Test fixtures for kmptoolkit-scheduler: RecordingAlarmScheduler, an in-memory AlarmScheduler double that records what was armed and cancelled and lets a test choose the AlarmScheduleResult it returns. Pick this module as a testImplementation dependency alongside kmptoolkit-scheduler when you need to assert that your code schedules the right alarms without an emulator or a device.