core icon indicating copy to clipboard operation
core copied to clipboard

Ensure all test assertions/matchers are executed during the test, before it ends

Open mcmire opened this issue 3 years ago • 0 comments

Somewhat related to #493. Some tests have expect calls in event handlers that aren't guaranteed to be executed during the test. If the code under test changes such that the event is never triggered, the test would pass without any indication that something was wrong.

mcmire avatar Mar 23 '22 16:03 mcmire