com.bazaarvoice.jolt
Class Diffy.Result

java.lang.Object
  extended by 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.


Field Summary
 Object actual
           
 Object expected
           
 
Constructor Summary
Diffy.Result()
           
Diffy.Result(Object expected, Object actual)
           
 
Method Summary
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expected

public Object expected

actual

public Object actual
Constructor Detail

Diffy.Result

public Diffy.Result()

Diffy.Result

public Diffy.Result(Object expected,
                    Object actual)
Method Detail

isEmpty

public boolean isEmpty()


Copyright © 2013. All Rights Reserved.