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

Packages that use CollectionDifference
org.unitils.reflectionassert.difference   
org.unitils.reflectionassert.report.impl   
org.unitils.reflectionassert.util   
 

Uses of CollectionDifference in org.unitils.reflectionassert.difference
 

Methods in org.unitils.reflectionassert.difference with parameters of type CollectionDifference
 T DifferenceVisitor.visit(CollectionDifference collectionDifference, A argument)
          Visits a collection difference.
 

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

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

Uses of CollectionDifference in org.unitils.reflectionassert.util
 

Methods in org.unitils.reflectionassert.util with parameters of type CollectionDifference
protected  int MatchingScoreCalculator.getMatchingScore(CollectionDifference collectionDifference)
          Gets the matching score for a collection difference.
 Integer MatchingScoreCalculator.MatchingScoreVisitor.visit(CollectionDifference collectionDifference, Integer argument)
           
 Difference InnerDifferenceFinder.InnerDifferenceVisitor.visit(CollectionDifference collectionDifference, String indexString)
          Returns the difference at the field with the given index.
 



Copyright © 2011. All Rights Reserved.