inline fun <T> shouldThrowMessage(message: String, block: () -> T): Unit
Verifies that a block of code throws any Throwable with given message.
See Also
shouldNotThrowMessage