infix fun <T> Expect<T>.isNotSameAs(expected: T): Expect<T>
Expects that the subject of this expectation is not the same instance as expected.
this
Return an Expect for the subject of this expectation.