fail

abstract fun fail(message: String?): Nothing(source)

Fails the current test with the specified message.

Since Kotlin

1.1

Parameters

message

the message to report.

abstract fun fail(message: String?): Nothing(source)

Fails the current test with the specified message.

Since Kotlin

1.0

Parameters

message

the message to report.