doc / ch.tutteli.atrium.api.infix.en_GB / isNotSameAs

isNotSameAs

infix fun <T> Expect<T>.isNotSameAs(expected: T): Expect<T> (source)

Expects that the subject of this expectation is not the same instance as expected.

Return
an Expect for the subject of this expectation.