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

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

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

Methods in org.unitils.reflectionassert.comparator.impl with parameters of type UnorderedCollectionDifference
protected  void LenientOrderCollectionComparator.fillAllDifferences(java.util.ArrayList<java.lang.Object> leftList, java.util.ArrayList<java.lang.Object> rightList, ReflectionComparator reflectionComparator, UnorderedCollectionDifference difference)
          Calculates the difference of all elements in the left list with all elements of the right list.
protected  void LenientOrderCollectionComparator.fillBestMatchingIndexes(java.util.ArrayList<java.lang.Object> leftList, java.util.ArrayList<java.lang.Object> rightList, UnorderedCollectionDifference difference)
          Calculates the indexes of the best matching differences for the given unordered collection difference.
protected  void LenientOrderCollectionComparator.removeMatchingIndexes(java.util.ArrayList<java.lang.Integer> leftIndexes, java.util.ArrayList<java.lang.Integer> rightIndexes, UnorderedCollectionDifference difference)
          Removes all left and right indexes for which there is a match in the given difference object.
protected  void LenientOrderCollectionComparator.setBestMatchingIndexes(java.util.ArrayList<java.lang.Integer> leftIndexes, java.util.ArrayList<java.lang.Integer> rightIndexes, UnorderedCollectionDifference difference)
          Actual implementation of the best match finding algorithm.
 

Uses of UnorderedCollectionDifference in org.unitils.reflectionassert.difference
 

Methods in org.unitils.reflectionassert.difference with parameters of type UnorderedCollectionDifference
 T DifferenceVisitor.visit(UnorderedCollectionDifference unorderedCollectionDifference, A argument)
          Visits an unordered collection difference.
 

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

Methods in org.unitils.reflectionassert.report.impl with parameters of type UnorderedCollectionDifference
protected  java.lang.String TreeDifferenceView.formatDifference(UnorderedCollectionDifference unorderedCollectionDifference, java.lang.String fieldName)
          Creates a string representation of an unorder collection difference.
protected  java.lang.String DefaultDifferenceView.formatDifference(UnorderedCollectionDifference unorderedCollectionDifference, java.lang.String fieldName)
          Creates a string representation of an unordered collection difference.
 java.lang.String TreeDifferenceView.TreeDifferenceFormatterVisitor.visit(UnorderedCollectionDifference unorderedCollectionDifference, java.lang.String fieldName)
           
 java.lang.String DefaultDifferenceView.DifferenceFormatterVisitor.visit(UnorderedCollectionDifference unorderedCollectionDifference, java.lang.String fieldName)
           
 

Uses of UnorderedCollectionDifference in org.unitils.reflectionassert.util
 

Methods in org.unitils.reflectionassert.util with parameters of type UnorderedCollectionDifference
protected  int MatchingScoreCalculator.getMatchingScore(UnorderedCollectionDifference unorderedCollectionDifference)
          Gets the matching score for an unordered collection difference.
 java.lang.Integer MatchingScoreCalculator.MatchingScoreVisitor.visit(UnorderedCollectionDifference unorderedCollectionDifference, java.lang.Integer argument)
           
 Difference InnerDifferenceFinder.InnerDifferenceVisitor.visit(UnorderedCollectionDifference unorderedCollectionDifference, java.lang.String indexString)
          Returns the best matching difference at the field with the given index.
 



Copyright © 2009. All Rights Reserved.