| Package | Description |
|---|---|
| org.assertj.core.util.diff | |
| org.assertj.core.util.diff.myers |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> Patch<T> |
DiffUtils.diff(List<T> original,
List<T> revised,
DiffAlgorithm<T> algorithm) |
Computes the difference between the original and revised list of elements
with default diff algorithm
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MyersDiff<T> |
Copy from https://code.google.com/p/java-diff-utils/.
|
Copyright © 2014–2019. All rights reserved.