Skip to content

Classes and methods that will ease the writing of your Android instrumentation tests.

Notifications You must be signed in to change notification settings

TazkiyaTech/android-test-utils

Repository files navigation

Android Test Utils

This library contains classes and methods that will ease the writing of your Android instrumentation tests.

Espresso

SQLite

  • QueryPlanExplainer – Provides methods for explaining the strategy or plan that SQLite will use to implement a specific SQL query.

UiAutomator

  • UiDeviceExtensions – Provides extension functions on the UiDevice class for waiting on the device's "launcher" (a.k.a. "home") and "recent apps" screens.

Setup

To use the above utilities within your app simply add the following repository and dependency declaration in the build.gradle file of your Android project:

repositories {
    mavenCentral()
}
dependencies {
    androidTestImplementation 'com.tazkiyatech:android-test-utils:2.0.0'
}

About

Classes and methods that will ease the writing of your Android instrumentation tests.

Topics

Resources

Stars

Watchers

Forks

Languages