Pilchie / xunit.runner.wpf

XUnit Gui written in WPF
Apache License 2.0
44 stars 41 forks source link

Allow multi-selecting traits for filtering #51

Closed DustinCampbell closed 8 years ago

DustinCampbell commented 8 years ago

Fixes #34

This change transforms the trait list into a tree view with checkboxes.

image

In addition, this change removes a fair amount of code that was needlessly allocating SortedDictionaries and SortedSets.

Take a look @Pilchie.

DustinCampbell commented 8 years ago

Going ahead and merging this so that I can submit further PRs that require this one.