elimak / Kotlin-Espresso-sample

MVP Android project that uses Espresso instrumentation tests and Robolectric. All written in Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin-Espresso-Sample

This is MVP project for Android app that is written in Kotlin and uses Espresso to run both unit and instrumented tests.

What you can learn from this project

  • How to share test cases between Instrumented tests and unit tests
  • Fundamental and practical methods that how to write Android code using Android Architecture Components that brings ViewModel.

Requirements

  • Run with Android Studio 3.5.3 (or newer)

Target app

No need to explain about the app since you are familiar with this well.. :)

Run tests

Requires a connected device to run Instrumented tests. It doesn't matter whether it's a simulator and a real one.

Using Android Studio

Instrumented Tests Unit Tests
Gradle task name connectedAndroidTest

Run Task
testDebugUnitTest

Run Unit Test
Location of test code src/androidTest/kotlin
Path
src/test/kotlin
Path

License

MIT

About

MVP Android project that uses Espresso instrumentation tests and Robolectric. All written in Kotlin.

License:MIT License


Languages

Language:Kotlin 100.0%