xunit / devices.xunit

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

Fixes #11 #12

Closed kentcb closed 9 years ago

kentcb commented 9 years ago

This PR fixes #11 by filtering against the test's UniqueName rather than its DisplayName. Since the unique name includes the fixture name, this makes it possible to filter by the fixture.

kentcb commented 9 years ago

Ah, damn it. I merged #7 and #9 into my master and now they're appearing in this PR. Hmmm...

EDIT: think I managed to correct this. Let me know if there are issues with this or any of the other PRs.