Interface Correspondence.DiffFormatter<A,​E>

    • Method Summary

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

      • formatDiff

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