assertFalse
Asserts that the given block returns false
.
Since Kotlin
1.1Asserts that the expression is false
with an optional message.
Asserts that the given block returns false
.
Asserts that the expression is false
with an optional message.
Thanks for your feedback!