dazinator / Xamarin.TestyDroid

TestyDroid is a small command line tool, to handle running your unit tests on an android device during CI builds.
MIT License
4 stars 0 forks source link

Should throw an explicit exception when APK file cannot be installed. #9

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

Currently, it doesn't detect when the apk file cannot be installed, so it proceeds to run the tests and reports back 0 tests. Need to throw an explicit exception.

dazinator commented 9 years ago

Reopened, as although it throws an exception when the file does not exist, it doesn't throw if adb reports that there is a problem with the apk file - for example a certificate mismatch.