Interface Correspondence.DiffFormatter<A,​E>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String formatDiff​(A actual, E expected)
      Returns a String describing the difference between the actual and expected values, if possible, or null if not.
    • Method Detail

      • formatDiff

        java.lang.String formatDiff​(A actual,
                                    E expected)
        Returns a String describing the difference between the actual and expected values, if possible, or null if not.