commonMain.io.kotest.property.arrow.laws.Util.kt Maven / Gradle / Ivy
package io.kotest.property.arrow.laws
import io.kotest.matchers.shouldBe as coreShouldBe
internal infix fun A.shouldBe(a: A): A {
this coreShouldBe a
return this
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy