assertNotSame

open fun assertNotSame(message: String?, illegal: Any?, actual: Any?)(source)

Asserts that the specified values are not the same instance.

Since Kotlin

1.0

Parameters

message

the message to report if the assertion fails.