Example project that leverages Robolectric, Mockito and FEST to show proper unit testing on Android with gradle.
android-unit-testing-example is hosted in the following web site
https://github.com/patrickcousins/android-unit-testing-example
If you think the Android project android-unit-testing-example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-unit-testing-example.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
Test Case Count | 1 |
android-unit-testing-example has the following Java source files.
com.hackerati.nyu.untitestexample.Coffee.java com.hackerati.nyu.untitestexample.CoffeeMaker.java com.hackerati.nyu.untitestexample.CoffeeTest.java com.hackerati.nyu.untitestexample.Heater.java com.hackerati.nyu.untitestexample.MainActivity.java com.hackerati.nyu.untitestexample.Pot.java