Platform and version requirements: Common
|
expected |
fun <T> Assert<T>.expected(message: String, expected: Any? = NONE, actual: Any? = NONE): Nothing
Fails an assert with the given expected message. These should be in the format: |
|
fail |
fun <T> Assert<T>.fail(expected: Any?, actual: Any?): Unit
Fails an assert with the given expected and actual values. |
|
show |
fun show(value: Any?, wrap: String = "<>"): String
Shows the primary value in a failure message. |