Unit testing Xamarin Forms. Overcome “You MUST call Xamarin.Forms.Init()” problem.
Posted onWhen unit testing Xamarin Forms, sooner or later you hit at “You MUST call Xamarin.Forms.Init()” problem. In this blog post I will investigate one way how to deal with this issue.