I want to write Unit Test suite for my .netcf 3.5 C# application and I want it to run on device. How do I setup to do this? I am using Microsoft.VisualStudio.TestTools.UnitTesting.
views:
179answers:
1
A:
I've personally had no problem unit testing with NUnit when targeting .NetCF 3.5. There may be some limitations but i haven't come across them yet.
Josh
2009-09-21 19:57:37
But did the test run on the Device?
Henk Holterman
2009-09-21 21:15:59
He's not asking about NUnit (which doesn't run the test on the device) but mstest (which does)
ctacke
2009-09-22 03:33:40