public MismatchFactory<M extends Mismatch>
Interface to a factory class to create a mismatch
| Modifier and Type | Method and Description |
|---|---|
M |
create(java.lang.Object expected,
java.lang.Object actual,
java.lang.String message,
java.util.List<java.lang.String> path) |