xunit / devices.xunit

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

Enable tests to run on UI thread #18

Closed clairernovotny closed 9 years ago

clairernovotny commented 9 years ago

The UI thread plays an important role in device apps. Certain tests might need to execute on it.

The STAExample can likely be adapted: https://github.com/xunit/samples.xunit/tree/master/STAExamples

bradwilson commented 9 years ago

Related: https://github.com/xunit/samples.xunit/pull/12

clairernovotny commented 9 years ago

Will be in 1.2-rc4