public interface JsonNeat<T extends JsonDiff>
| Modifier and Type | Method and Description |
|---|---|
JsonCompareResult |
diff() |
T |
getActualJsonDiff() |
T |
getExpectJsonDiff() |
JsonCompareResult |
getResult() |
TravelPath |
getTravelPath() |
int |
leaf() |
JsonCompareResult diff()
int leaf()
JsonCompareResult getResult()
TravelPath getTravelPath()
T getExpectJsonDiff()
T getActualJsonDiff()
Copyright © 2024. All rights reserved.