Interface JsonReportComparer.DiffReporter

  • Enclosing class:
    JsonReportComparer

    public static interface JsonReportComparer.DiffReporter
    An object that provides callbacks for reporting differences when comparing JsonReports.
    • Method Detail

      • fileDiff

        void fileDiff​(java.lang.String first,
                      java.lang.String second,
                      java.lang.String message)
        Callback invoked by a JsonReportComparer whenever files from different reports but with matching names have different content.
        Parameters:
        first - the complete (i.e. path + file name) pathname of the first file
        second - the complete (i.e. path + file name) pathname of the second file
        message - the message reporting the difference