Is there an alternative to the wp7 mango unit test runner for NUnit that supports the [Asynchronous] meta tag?

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

0
c # unit-testing windows-phone-7
source share
1 answer

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

+1
source share

All Articles