Uses of Class
org.unitils.reflectionassert.difference.ObjectDifference

Packages that use ObjectDifference
org.unitils.reflectionassert.comparator.impl   
org.unitils.reflectionassert.difference   
org.unitils.reflectionassert.report.impl   
org.unitils.reflectionassert.util   
 

Uses of ObjectDifference in org.unitils.reflectionassert.comparator.impl
 

Methods in org.unitils.reflectionassert.comparator.impl with parameters of type ObjectDifference
protected  void ObjectComparator.compareFields(Object left, Object right, Class<?> clazz, ObjectDifference difference, boolean onlyFirstDifference, ReflectionComparator reflectionComparator)
          Compares the values of all fields in the given objects by use of reflection.
 

Uses of ObjectDifference in org.unitils.reflectionassert.difference
 

Methods in org.unitils.reflectionassert.difference with parameters of type ObjectDifference
 T DifferenceVisitor.visit(ObjectDifference objectDifference, A argument)
          Visits an object difference.
 

Uses of ObjectDifference in org.unitils.reflectionassert.report.impl
 

Methods in org.unitils.reflectionassert.report.impl with parameters of type ObjectDifference
protected  String TreeDifferenceView.formatDifference(ObjectDifference objectDifference, String fieldName)
          Creates a string representation of an object difference.
protected  String DefaultDifferenceView.formatDifference(ObjectDifference objectDifference, String fieldName)
          Creates a string representation of an object difference.
 String TreeDifferenceView.TreeDifferenceFormatterVisitor.visit(ObjectDifference objectDifference, String fieldName)
           
 String DefaultDifferenceView.DifferenceFormatterVisitor.visit(ObjectDifference objectDifference, String fieldName)
           
 

Uses of ObjectDifference in org.unitils.reflectionassert.util
 

Methods in org.unitils.reflectionassert.util with parameters of type ObjectDifference
protected  int MatchingScoreCalculator.getMatchingScore(ObjectDifference objectDifference)
          Gets the matching score for an object difference.
 Integer MatchingScoreCalculator.MatchingScoreVisitor.visit(ObjectDifference objectDifference, Integer argument)
           
 Difference InnerDifferenceFinder.InnerDifferenceVisitor.visit(ObjectDifference objectDifference, String fieldName)
          Returns the difference at the field with the given name.
 



Copyright © 2011. All Rights Reserved.