kezhou2 / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

any JaCoCo/Code Coverage working sample? #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup simplest Espresso unit test
2. set to true 'testCoverageEnabled' in 'android{ buildTypes{ debug{ ... }}}'
3. Try to run test

What is the expected output? What do you see instead?
- working test coverage, generated coverage report

What version of the product are you using? On what operating system?
- v2.0
- windows 8.1 x64
- android studio latest
- android sdk, builds tools - latest

Please provide any additional information below.
- project combines: jUnit 4.12, Robolectric latest, Espresso latest, hamcrest 
latest, Dagger latest, Mockito latest 

Original issue reported on code.google.com by kucheren...@gmail.com on 5 Jan 2015 at 10:05