Hi all, I'm interested in the current solutions for Android to address the following requirements: - Unit testing for building blocks (activities, content providers, services...) - Integration of unit tests into the project build (maybe through dx -- junit if it works...) - Integration tests
I only took a look at android-positron. It doesn't integrate with Eclipse ADT plugin, so unit tests can not be started from Eclipse. I managed to run one simple test (both as java application and using / system/bin/am ) but it looks that the only way to verify the test results is by taking a look at the logcat file. Am I missing something here? Does anyone know a good practice for testing Android's building blocks? Looking forward to the answers from test-driven development supporters. Thanks, V. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

