| Package | Description |
|---|---|
| com.bazaarvoice.jolt |
| Modifier and Type | Method and Description |
|---|---|
Diffy.Result |
Diffy.diff(Object expected,
Object actual) |
protected Diffy.Result |
Diffy.diffHelper(Object expected,
Object actual) |
protected Diffy.Result |
Diffy.diffList(List<Object> expected,
List<Object> actual) |
protected Diffy.Result |
ArrayOrderObliviousDiffy.diffList(List<Object> expected,
List<Object> actual) |
protected Diffy.Result |
Diffy.diffMap(Map<String,Object> expected,
Map<String,Object> actual) |
protected Diffy.Result |
Diffy.diffScalar(Object expected,
Object actual) |
Copyright © 2023. All rights reserved.