sbabcoc / JUnit-Foundation

JUnit Foundation is a lightweight collection of JUnit watchers, interfaces, and static utility classes that supplement and augment the functionality provided by the JUnit API.
Apache License 2.0
22 stars 6 forks source link

Add unit tests to verify that start/finish notifications are properly balanced #97

Closed sbabcoc closed 3 years ago

sbabcoc commented 3 years ago

At present, the unit test suite for JUnit Foundation lacks explicit verification that matching start/finish notifications are balanced and fired in the correct sequence. This is a serious omission, given that these notifications are the raison d'être for this project.

sbabcoc commented 3 years ago

Resolved by #107 This issue has been resolved by recording and verifying published lifecycle event notifications.