public class Diff extends Object
| Constructor and Description |
|---|
Diff(org.codehaus.jackson.JsonNode expected,
org.codehaus.jackson.JsonNode actual,
String startPath,
String ignorePlaceholder) |
| Modifier and Type | Method and Description |
|---|---|
String |
differences() |
boolean |
similar() |
boolean |
similarStructure() |
String |
structureDifferences() |
String |
toString() |
Copyright © 2013. All Rights Reserved.