Hi all, today I made some research and tries for how to use one of the Mock object Framework for doing TDD with android.
I see that Mocking Interfaces works fine with EasyMock and I assume also with other frameoworks (I tried Mockito seems to work fine). Instead, I found mocking classes to be impossibile, I always get strange Initialization errors that in some way or another impair the testing; same thing for mocking statics and finals (but I could live with this, since I don't expect bytecode manipulation to run on Dalvik). What are your experience with this? Did you find workarounds to use one of these powerful framework fully? Thanks a lot for sharing your experiences! -Emanuele -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

