FakeSyncCursorStore

In-memory SyncCursorStore fake for consumer unit tests, avoiding a Room/mocking round-trip.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun get(resourceName: String): SyncCursorRecord?
Link copied to clipboard
fun recordFor(resourceName: String): SyncCursorRecord?
Link copied to clipboard
open suspend override fun save(record: SyncCursorRecord)