#
instrumentation-tests
Here are 48 public repositories matching this topic...
[Examples] Complete reference for Android Testing with examples.
-
Updated
Nov 20, 2017 - Java
A simple Android app, that helps user to discover movies. Project 1 & 2 of Udacity Android Developer Nanodegree.
-
Updated
Nov 20, 2016 - Java
Sample android application used to learn the Model View View Model pattern and DataBinding in Android
android
junit
instrumentation-tests
viewmodel
mvvm-pattern
databinding
barista
livedata
android-architecture-components
-
Updated
Mar 18, 2019 - Java
folkyatina
commented
Mar 5, 2020
Downloading section says that all you should do is to add
id 'marathon' version 'X.X.X'
to your build.gradle to add the plugin, but it will not work without this little magic in settings.gradle:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id == "marathon") {
MVP Android project that uses Espresso instrumentation tests and Robolectric. All written in Kotlin.
android
kotlin
junit
espresso
instrumentation-tests
robolectric
android-architecture-component
androidx
-
Updated
Mar 4, 2020 - Kotlin
Runs Android tests in Firebase Test Lab 🚀
-
Updated
Aug 17, 2019 - Ruby
JUnit TestRule for Android instrumented tests, which automatically disables and enables animations
-
Updated
Jan 6, 2020 - Java
Static analysis tools: PMD, Findbugs, Checkstyle, Lint and Jacoco on multi module build with an Android app module, Android library module and a Java module
lint
java
coverage
gradle
static-code-analysis
findbugs
pmd
checkstyle
static-analysis
static
android-library
instrumentation-tests
jacoco
android-java-multi
-
Updated
May 8, 2017 - Java
A BLoC implementation using Kotlin Coroutines
android
kotlin
architecture
coroutines
kotlin-android
instrumentation-tests
kotlin-dsl
bloc
kotlin-coroutines
unit-test
coroutines-android
architecture-components
-
Updated
Oct 5, 2019 - Kotlin
Gradle plugin for starting the Android Emulator when running instrumentation tests
-
Updated
May 27, 2020 - Java
Set of Android instrumentation tests for OkHttp.
-
Updated
Oct 3, 2017 - Java
A small project to showcase Kotlin in MVVM with Dagger and Retrofit
kotlin
unit-testing
espresso
instrumentation-tests
dagger2
mvvm-architecture
databinding
livedata
retrofit2-rxjava2
-
Updated
May 2, 2020 - Kotlin
Demo project that explores writing custom JUnit rules and using them in instrumentation tests.
-
Updated
Sep 20, 2016 - Kotlin
Clean architecture prototype app that allows a user to enter a place name, submit, and then view the recommended venues nearby provided by Foursquare API.
android
kotlin
unit-testing
gradle
dependency-injection
mvvm
tests
clean-architecture
jetpack
mockito
espresso
instrumentation-tests
dagger2
rxandroid
retrofit2
rxkotlin
architecture-components
roboelectric
room-database
livedata-databinding
-
Updated
Dec 22, 2019 - Kotlin
Another Movie Browser for Android
-
Updated
Dec 8, 2017 - Kotlin
An example of how to test RealmMigrations.
-
Updated
Jul 10, 2018 - Java
Espresso Firebase testing Example
-
Updated
Apr 24, 2019 - Java
Android CI images for running instrumentation tests. API: 26, 27, 28, 29.
-
Updated
May 21, 2020 - Dockerfile
Android project example of clean architecture with MVVM, android security and testing
kotlin
movies
database
ndk
clean-architecture
junit
instrumentation-tests
favorites
mvvm-architecture
-
Updated
Nov 6, 2019 - Kotlin
implement simple instrumentation Testing with Espresso
android
kotlin
testing
espresso
instrumentation-tests
integrationtest
dicoding
idlingresources
testingandroid
-
Updated
May 8, 2019 - Kotlin
Android CI Scripts.
-
Updated
Feb 9, 2019 - Dockerfile
Sample android application used to learn the Model View View Model pattern and DataBinding in Android
android
mvvm
junit
instrumentation-tests
viewmodel
mvvm-pattern
mvvm-architecture
databinding
barista
mvvm-android
android-architecture-components
-
Updated
Oct 17, 2018 - Java
Simple OpenWeather Android Project
-
Updated
May 14, 2019 - Kotlin
Element wrapper library for Espresso test framework
-
Updated
May 4, 2020 - Kotlin
Simple Math Android Project
-
Updated
Jun 28, 2019 - Kotlin
This repo is a sample app that works with MVVM and Espresso testing.
-
Updated
Feb 16, 2020 - Java
The Demo App is under development 🔨 This App uses Test Driven Development and Jetpack components. Star ⭐ or Watch 👀 this repository for daily commits
kotlin
tdd
coroutines
mockito
instrumentation-tests
dagger2
hamcrest
rxjava2
retrofit2
expresso
mvvm-architecture
truth
tmdb-api
junit4
glidev4
roboelectric
navigation-component
roboelectric-testing
androidx-test
-
Updated
Feb 3, 2020 - Kotlin
Improve this page
Add a description, image, and links to the instrumentation-tests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the instrumentation-tests topic, visit your repo's landing page and select "manage topics."
assertAny() is a nice feature to let us check any views that are hard to match.
Please add a similar clickAny() method that you can specify a matcher for. Or maybe clickOn() that takes a matcher instead of just an ID or String?
Use case is if a screen has a layout that has a few other layouts included, there are duplicate IDs so you need to reference the parent of the layout you want to cle