assertSame
Asserts that expected is the same instance as actual, with an optional message.
Since Kotlin
1.0Asserts that expected is the same instance as actual, with an error message generated by the lazyMessage lambda otherwise.
Asserts that expected is the same instance as actual, with an optional message.
Asserts that expected is the same instance as actual, with an error message generated by the lazyMessage lambda otherwise.
Thanks for your feedback!