com.bazaarvoice.jolt
Class Diffy.Result
java.lang.Object
com.bazaarvoice.jolt.Diffy.Result
- Enclosing class:
- Diffy
public static class Diffy.Result
- extends Object
Contains the unmatched fields from the Diffy operation.
A sucessful/identical match returns isEmpty() == true.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expected
public Object expected
actual
public Object actual
Diffy.Result
public Diffy.Result()
Diffy.Result
public Diffy.Result(Object expected,
Object actual)
isEmpty
public boolean isEmpty()
Copyright © 2013. All Rights Reserved.