| 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,
DiffAlgorithm<T> algorithm)
Computes the difference between the original and revised list of elements
with default diff algorithm
|
| Modifier and Type | Class and Description |
|---|---|
class |
MyersDiff<T>
Copy from https://code.google.com/p/java-diff-utils/.
|
Copyright © 2013–2016 AssertJ. All rights reserved.