When using the VS2008 unit testing framework, I see the testrunConfig has an option to set the Host. If I change the Host from "Smart Device" to "Default" it appears like I can run the tests without deploying to an emulator.
I am wanting to test a library built for use on the Compact Framework, but it has nothing to do with the UI, etc. Is running it in the Default host fine? Or are there differences that would make a test actually break when run on the emulator vs. being run on my local machine? (I'm assuming that running on Default would still use the CF .Net libraries as those are the libraries that the dll to test references?)