main.kotlin.com.intuit.playerui.utils.test.Assertions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testutils Show documentation
Show all versions of testutils Show documentation
A cross-platform semantic rendering engine
The newest version!
package com.intuit.playerui.utils.test
import com.intuit.playerui.core.bridge.runtime.serialize
import com.intuit.playerui.core.bridge.serialization.format.RuntimeFormat
public val equals: RuntimeFormat<*>.(first: Any?, second: Any?) -> Boolean = { first, second ->
runtime.serialize(first) == this.runtime.serialize(second)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy