Class IngestDocumentMatcher


  • public class IngestDocumentMatcher
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      static void assertIngestDocument​(IngestDocument docA, IngestDocument docB)
      Helper method to assert the equivalence between two IngestDocuments.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IngestDocumentMatcher

        public IngestDocumentMatcher()
    • Method Detail

      • assertIngestDocument

        public static void assertIngestDocument​(IngestDocument docA,
                                                IngestDocument docB)
        Helper method to assert the equivalence between two IngestDocuments.
        Parameters:
        docA - first document to compare
        docB - second document to compare