DiffUtil
object DiffUtil
Value members
Concrete methods
Return a colored diff between the tokens of every line in expected and actual. Each line of
output contains the expected value on the left and the actual value on the right.
Return a colored diff between the tokens of every line in expected and actual. Each line of
output contains the expected value on the left and the actual value on the right.
- Value Params
- actual
The actual lines
- expected
The expected lines
- Returns
A string with one element of
expectedandactualon each lines, where differences are highlighted.