You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, ErrorCollector#checkThrows has no way to make assertions about the exception that is thrown.
This can trivially be safely added, in a backwards compatible way:
@Ambeco Thanks for raising the issue! However, JUnit 4 is in "maintenance mode" which means we currently have no plans of adding new features to it, even if they're small.
Right now, ErrorCollector#checkThrows has no way to make assertions about the exception that is thrown.
This can trivially be safely added, in a backwards compatible way:
Example Usage:
The text was updated successfully, but these errors were encountered: