Package-level declarations
Types
Link copied to clipboard
class FakeRemoteConfigClient(overrides: Map<ConfigKey, ConfigValue> = emptyMap()) : RemoteConfigClient
In-memory RemoteConfigClient fake seeded with fixed values, for consumer unit tests.
Link copied to clipboard
In-memory SyncCursorStore fake for consumer unit tests, avoiding a Room/mocking round-trip.
Link copied to clipboard
In-memory AnalyticsClient fake that records every call, for consumer unit tests.