assertEquals
fun <T> assertEquals(expectedValue: T, expectedValueProvider: Host, actualValue: T, actualValueProvider: Host)
Content copied to clipboard
Throws EquivocationException if expectedValue does not match actualValue.
Throws EquivocationException if expectedValue does not match actualValue.