Class JacksonWriterTest

java.lang.Object
io.debezium.document.JacksonWriterTest
All Implemented Interfaces:
Testing

public class JacksonWriterTest extends Object implements Testing
Author:
Randall Hauch
  • Field Details

    • doc

      private io.debezium.document.Document doc
    • after

      private io.debezium.document.Document after
    • writer

      private io.debezium.document.JacksonWriter writer
    • reader

      private io.debezium.document.JacksonReader reader
  • Constructor Details

    • JacksonWriterTest

      public JacksonWriterTest()
  • Method Details

    • beforeEach

      public void beforeEach()
    • shouldWriteDocumentWithSingleField

      public void shouldWriteDocumentWithSingleField() throws Exception
      Throws:
      Exception
    • shouldWriteDocumentWithTwoFields

      public void shouldWriteDocumentWithTwoFields() throws Exception
      Throws:
      Exception
    • shouldWriteDocumentWithNestedDocument

      public void shouldWriteDocumentWithNestedDocument() throws Exception
      Throws:
      Exception
    • shouldWriteDocumentWithDeeplyNestedDocument

      public void shouldWriteDocumentWithDeeplyNestedDocument() throws Exception
      Throws:
      Exception