xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

Xamarin.Forms not supported in UWP test runner #57

Closed velocitysystems closed 7 years ago

velocitysystems commented 7 years ago

Prior to XF 2.3.4, the UWP test runner supporting calling Xamarin.Forms.Forms.Init(e) to enable XF for tests which require it.

However, starting with XF 2.3.4 the following exception occurs when you attempt to initialize Xamarin.Forms in the UWP test runner: HRESULT E_FAIL has been returned from a call to a COM component

Changing the initialization entry point has no effect.

velocitysystems commented 7 years ago

Closed. Refer https://github.com/xunit/xunit/issues/1371.