assertEquals

fun <T> assertEquals(expected: T, actual: T, message: () -> String)

Asserts that the expected value is equal to the actual value, with a message Note that the message is not evaluated lazily, the lambda is only cosmetic