This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Throwable
's message assertion
#73
Labels
assert
Related to Kotools Assert library.
common
Should work on all platforms.
enhancement
New feature or request.
Description
The problem
For checking if an exception has a message, users have to do the following boilerplate code in each test:
The solution
Introduce a new
Throwable.assertHasNotBlankMessage
function checking that this throwable has a not blank message.Checklist
Work in progress
section in changelog.The text was updated successfully, but these errors were encountered: