Skip to content

ynsok/app

Repository files navigation

Structure:

  • app/ - Main application
  • app/test/ - Unit tests
  • app/androidTest/ - Instrumentation tests

Install Application

  • To install the application execute:
./gradlew app:installDebug

Running Tests

Running Instrumentation Tests

From command-line via Gradle

  • To run the Instrumentation tests execute:
./gradlew app:connectedAndroidTest

Running Unit Tests

  • To run all the local unit tests execute:
./gradlew app:test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages