xunit / devices.xunit

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

Fixes #7. #8

Closed kentcb closed 9 years ago

kentcb commented 9 years ago

This PR fixes #7 by:

  1. Only instigating filtering after the user finishes typing for 500ms. This means that when typing a word at a reasonable pace, only one search will be instigated.
  2. When filtering, clearing all results and resetting the collection instead of adding/removing individual items. This results in much faster searches and bypasses the exception that was popping up time-to-time with the prior approach.