I use the NUnit runner from http://www.jeff.wilcox.name/2011/06/updated-ut-mango-bits/ , which is excellent, but does not support [asynchronous] testing (supported by regular silverlight module tests).
Is there any runner who runs these unit tests as an application in a wp7 mango emulator or device?
This is related to my previous question: How can I get HttpWebRequest to behave as synchronously as possible?
Thanks! pig
I made a plug-in unit testing system just for this purpose. It adds an MSBuild task that can be run from the command line.
You can find it on Codeplex: WP7-CI