14 Commits

Author SHA1 Message Date
Sam Harwell 412c9b78fe Use the unique ID of test cases instead of display name for lookups
Fixes a crash when attempting to run the StyleCop Analyzers test suite.
2017-03-25 12:25:49 -05:00
Matt Warren cd411e5d56 support running selected tests 2016-10-29 02:33:26 +00:00
Dustin Campbell 4bc641e575 Invert test case filter buttons and mark skipped tests during discovery
The filter buttons are now unchecked by default, which has the meaning of no filter applied. Clicking the filter buttons the applies that filter. In addition, we now mark skipped tests when they are discovered.
2015-12-06 11:02:01 -08:00
Dustin Campbell d4122f3a0c Correct namespaces to be pascal-cased
Conflicts:
	xunit.runner.wpf/ViewModel/MainViewModel.cs
2015-12-06 10:56:21 -08:00
Dustin Campbell f1879e1a06 Display traits in tree view with check boxes 2015-12-04 14:30:45 -08:00
Cyrus Najmabadi cf33c99ea3 Update UI more sparingly. Avoid hotspot in Xunit discovery 2015-10-14 14:17:51 -07:00
Jared Parsons 65f3fc970e Test run can be filtered by traits 2015-08-23 20:50:59 -07:00
Jared Parsons 0d3374d149 Remove Xunit refs from WPF runner
The WPF runner doesn't actually engage with xunit anymore and hence
doesn't need any references to it.
2015-08-19 12:59:45 -07:00
Jared Parsons 99bbd2c2c9 Remote execution from the UI
The UI now executes the tests in a separate process.  This removes the
need to shadow copy and frees up the idea of re-running the tests
without restart of the UI.
2015-08-19 12:58:57 -07:00
Brad Wilson a9d24a610d Use test case serialization to remove xunit.core dependency 2015-08-09 13:45:46 -07:00
Kevin Pilch-Bisson e9ff5d9325 Running, cancelling, and progress. 2015-08-09 00:58:43 -07:00
Kevin Pilch-Bisson febaa83921 Start trying to support Run 2015-08-09 00:03:25 -07:00
Kevin Pilch-Bisson 9c62a0a2ae Use FilteredCollectionView from xunit.devices 2015-08-08 22:31:03 -07:00
Kevin Pilch-Bisson 83224c1c6a ViewModel for Test Cases 2015-08-08 21:56:08 -07:00