Newtonsoft.Json
Newtonsoft.Json copied to clipboard
Cannot get the MonoTouch Unit Tests to run
At the moment I'm hitting an issue when trying to run the unit tests for the project. MonoDevelop says that it cannot find the assembly that MonoDevelop has just created...
How can MonoDevelop run unit tests for MonoTouch libraries? There is no test runner inside MonoDevelop for that, as far as I know. MonoTouch assemblies can only be run on an iOS device (simulator). See here for an iOS test runner: http://spouliot.wordpress.com/2011/09/28/unit-testing-and-monotouch/