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