assert
/
kotools.assert
/
assertFails
common
assert
Fails
@
SinceKotoolsAssert
(
version =
"2.1"
)
inline fun
assertFails
(block: () ->
Unit
):
Throwable
Content copied to clipboard
Asserts that the
block
function throws an error and returns this error.