assertNotSame
Asserts that actual is not the same instance as illegal, with an optional message.
Since Kotlin
1.0Asserts that actual is not the same instance as illegal, with an error message generated by the lazyMessage lambda otherwise.