Package-level declarations

Types

Link copied to clipboard
class GrantPermissionOrSkipRule(permissions: Set<String>) : TestRule

Requests the given permissions for testing. If the permissions are not available/granted, the tests are skipped.

Link copied to clipboard
class InitCalendarProviderRule : TestRule

JUnit ClassRule which initializes the AOSP calendar provider so that queries work as they should.

Functions

Link copied to clipboard
fun assertContentValuesEqual(expected: ContentValues, actual: ContentValues, onlyFieldsInExpected: Boolean = false, message: String? = null)
Link copied to clipboard
fun assertEntitiesEqual(expected: Entity, actual: Entity, onlyFieldsInExpected: Boolean = false)
Link copied to clipboard
fun assertEventAndExceptionsEqual(expected: EventAndExceptions, actual: EventAndExceptions, onlyFieldsInExpected: Boolean = false)
Link copied to clipboard
fun Entity.withId(eventId: Long): <Error class: unknown class>
Link copied to clipboard
fun Entity.withIntField(name: String, value: Long?): <Error class: unknown class>