xunit / devices.xunit

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

Fixes #13. #14

Closed kentcb closed 9 years ago

kentcb commented 9 years ago

This PR fixes #13 by adding another button (Run Filtered) that executes only those tests that are currently filtered.

I also took the liberty to change the commands so that they are disabled whilst tests are executing. Note, however, that the Run Everything command on the home page does not yet respect this, presumably because of a Xamarin Forms limitation. I left the HomeViewModel.cs code in anyway because it is more consistent and because it will work properly if/when the TextCell class respects the CanExecute status of the command.