| Package | Description |
|---|---|
| org.assertj.core.util.diff | |
| org.assertj.core.util.diff.myers |
| Modifier and Type | Method and Description |
|---|---|
static <T> Patch<T> |
DiffUtils.diff(List<T> original,
List<T> revised,
Equalizer<T> equalizer)
Computes the difference between the original and revised list of elements
with default diff algorithm
|
| Constructor and Description |
|---|
MyersDiff(Equalizer<T> equalizer)
Constructs an instance of the Myers differencing algorithm.
|
Copyright © 2014–2017 AssertJ. All rights reserved.