An alternative solution to the problem can be found at http://dtmilano.blogspot.com/2009/12/android-testing-contentprovider.html. Basically it creates a new class ActivityAndContentProviderInstrumentationTestCase2<T,P> which automates part of the process of writing integration tests of Activities and ContentProviders using mock data.
Google Doc version can also be found at http://docs.google.com/View?id=ddwc44gs_221tm2kqmgp On Dec 15, 4:58 am, tenacious <[email protected]> wrote: > I've presented how I worked out a solution to this problem at my > blog: > http://tenacious33.wordpress.com/2009/12/15/android-functional-testin... -- 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

