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

isSameAs

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

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

Return
an Expect for the subject of this expectation.