mskurski / BLE-matters

Sample project demonstrating application and library modules with tests included separately.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a part of the talk given at Android Tech Talks #9 (Kraków, 12.03.2015)

To run spoon tests execute: gradle :app:spoon

To run espresso tests execute: gradle :app:connectedAndroidTest

To run application tests execute: gradle :app-tests:test

To run library tests execute: gradle :library-tests:test

To generate javadoc execute: gradle :library:generateReleaseJavadoc

About

Sample project demonstrating application and library modules with tests included separately.


Languages

Language:Java 100.0%