assertNotEquals

fun <T> assertNotEquals(illegal: T, actual: T, message: String? = null)(source)

Asserts that the actual value is not equal to the illegal value, with an optional message.

Since Kotlin

1.1
fun <T> assertNotEquals(illegal: T, actual: T, message: String? = null)(source)

Asserts that the actual value is not equal to the illegal value, with an optional message.

Since Kotlin

1.0