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