2
votes
2answers
471 views

Why run unit tests on mobile devices?

I know unit test suites exist for Android, Blackberry, Windows Phone, etc. I have some experience in writing unit tests in Java using JUnit, and C++ using CppUnit. Why would one want to write a ...