public static class DeepDifference.Difference extends Object
Constructor and Description |
---|
Difference(List<String> path,
Object actual,
Object other) |
Difference(List<String> path,
Object actual,
Object other,
String description) |
Modifier and Type | Method and Description |
---|---|
Object |
getActual() |
Optional<String> |
getDescription() |
Object |
getOther() |
List<String> |
getPath() |
String |
toString() |
Copyright © 2014–2019 AssertJ. All rights reserved.