Thanks for the replies. Actually, I'm not stuck with testing, I use android unit testing and I'm quite satisfied with it. Right now I'm looking for a good intro on Android unit testing for a coworker.
On Jan 26, 12:25 am, "Fred Grott(Android Expert, http://mobilebytes.wordpress.com)" <[email protected]> wrote: > you can only use those mocks supplied by google Sdk..not mockkit.. > > What areas are you getting stuck at? > > On Jan 25, 1:33 pm, ko5tik <[email protected]> wrote: > > > On Jan 25, 5:38 pm, Christine <[email protected]> wrote: > > > > I need a reference to an introduction to Android unit testing for a > > > coworker, but the SDK docs don't seem to provide an introduction. I > > > myself used the apidemos and the api docs, but I was wondering if > > > there's a concise intro to Android unit testing? > > > Well, there is at least some support for unit testing in IDEA plugin, > > but > > testing occurs only on device or emulator (sloooooow...) - as > > libraries used > > to compile against contain merely stubs > > > However, you can employ mock frameworks ( I played around today ) - > > but you have to use something really powerfull ( I stuck with > > mockit , > > as jmock has problems in mocking concrete final classes ) > > -- 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

