-
Notifications
You must be signed in to change notification settings - Fork 731
Closed
Description
If you need to check that multiple actions will trigger an event you need to create lots of small tests or recreate the unit under test and call .MonitorEvents() on it repeatedly. This request is for a way to clear out old events so that, for example, .ShouldRaisePropertyChangeFor() can be called over and over with the new "clear function" called in between.
bitbonk