[android-developers] Unit Test Fragment

2011-11-22 Thread Stuart Turner
I'd like to unit test a fragment but cannot find any documentation or examples of how this can be achieved. Can anyone assist me with this please? Thanks Stuart -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] How do I write a Unit Test for a Fragment?

2011-11-22 Thread Stuart Turner
I am attempting to unit test a Fragment but cannot find any examples or guidance on how to do so. I would like to know what TestCase I should extend and how, from that, I can create the necessary supporting environment. Any assistance on this will be much appreciated. Thanks -- You received th