toggle menu
assertk
0.28.1
common
switch theme
search in API
assertk
/
assertk.assertions
/
isSameInstanceAs
is
Same
Instance
As
common
fun
<
T
>
Assert
<
T
>
.
isSameInstanceAs
(
expected
:
T
)
Asserts the value is the same as the expected one, using
===
.
See also
is
Not
Same
Instance
As
is
Equal
To