object StringEq : Eq<String>
An Eq implementation for String's that generates diffs for errors when the string inputs are of a certain size. The min size for the diff is retrieved by largeStringDiffMinSize.
equals |
fun equals(actual: String, expected: String): Throwable? |