core
core copied to clipboard
Ensure all test assertions/matchers are executed during the test, before it ends
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.