Interface Correspondence.DiffFormatter<A extends @Nullable Object,​E extends @Nullable Object>

    • Method Detail

      • formatDiff

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