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 : ExternalResource

JUnit ClassRule which initializes the AOSP CalendarProvider.