isNotSameInstanceAs

fun Assert<Any?>.isNotSameInstanceAs(expected: Any?)

Asserts the value is not the same as the expected one, using !==.

See also