I'm using the NUnit runner from http://www.jeff.wilcox.name/2011/06/updated-ut-mango-bits/, which is great, but it does not support [Asynchronous] testing (supported by regular silverlight unit tests).
Is there any runner that run these unit tests as an app on the wp7 mango emulator or device?
This is related to my previous question: How can I get HttpWebRequest to behave as synchronously as possible?
Thanks! swine