I want to write unit tests for an application running under Windows CE.NET Compact Framework 3.5. Ideally, I would like to deploy them and run on the device, rather than emulating for true testing, but if it could also work locally in Visual Studio for speed, that would be great. I mainly write console applications and don't care about good gui, but it would be nice.
I tried csUnit, but it had dependencies on libraries that are not part of CF, and my device in any case had no place for them.
Has anyone found a quick test framework that they recommend?
source
share