assertk.assertions / isNotSameAs

isNotSameAs

fun <T> Assert<T>.isNotSameAs(expected: Any?): Unit

Platform and version requirements: Common

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

See Also

isSameAs

isNotEqualTo