isSameInstanceAs

fun <T> Assert<T>.isSameInstanceAs(expected: T)

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

See also