Why do we need this?
The current way to do unit testing in Xamarin.Forms is via a platform runner, so your test will have to run within an ios, android, windows or mac UI environment
: Running Tests in the IDE
Xamarin also provides awesome UI testing with the Xamarin.TestCloud offering, but when ...