assertTrue
Asserts that the specified value is true
.
Since Kotlin
1.0Parameters
lazyMessage
the function to return a message to report if the assertion fails.
Asserts that the specified value is true
.
Since Kotlin
1.0Parameters
message
the message to report if the assertion fails.