Interface DifferenceEvaluator


  • public interface DifferenceEvaluator
    May decide to up- or downgrade the severity of a difference.
    • Method Detail

      • evaluate

        ComparisonResult evaluate​(Comparison comparison,
                                  ComparisonResult outcome)
        May alter the outcome of a comparison.
        Parameters:
        comparison - the comparison
        outcome - the current outcome of the comparison
        Returns:
        the new result of the comparison.