kotest-assertions-core / io.kotest.matchers / kotlin.Any

Extensions for kotlin.Any

shouldHaveSameHashCodeAs

fun Any.shouldHaveSameHashCodeAs(other: Any): Unit

shouldNotHaveSameHashCodeAs

fun Any.shouldNotHaveSameHashCodeAs(other: Any): Unit