assertFalse
Asserts that the given block returns false.
Since Kotlin
1.0Asserts that the expression is false with an optional message.
Since Kotlin
1.0Asserts that the actual expression is false with an error message generated by the lazyMessage lambda otherwise.