assertSame
Asserts that the specified values are the same instance.
Since Kotlin
1.0Parameters
message
the message to report if the assertion fails.
Asserts that the specified values are the same instance.
the message to report if the assertion fails.
Thanks for your feedback!