Class DatabaseWriterTest

java.lang.Object
org.jumpmind.symmetric.io.AbstractWriterTest
org.jumpmind.symmetric.io.data.writer.DatabaseWriterTest

public class DatabaseWriterTest extends AbstractWriterTest
  • Constructor Details

    • DatabaseWriterTest

      public DatabaseWriterTest()
  • Method Details

    • setup

      @BeforeAll public static void setup() throws Exception
      Throws:
      Exception
    • notExpectingError

      @BeforeEach public void notExpectingError()
    • testUpdateDetectTimestampNewerWins

      @Test public void testUpdateDetectTimestampNewerWins()
    • testInsertDetectTimestampNewerWins

      @Test public void testInsertDetectTimestampNewerWins()
    • testUpdateDetectVersionNewWins

      @Test public void testUpdateDetectVersionNewWins()
    • testUpdateDetectVersionIgnoreBatch

      @Test public void testUpdateDetectVersionIgnoreBatch()
    • testUpdateDetectOldDataIgnoreRow

      @Test public void testUpdateDetectOldDataIgnoreRow()
    • testUpdateDetectOldDataIgnoreBatch

      @Test public void testUpdateDetectOldDataIgnoreBatch()
    • testUpdateDetectOldDataManual

      @Test public void testUpdateDetectOldDataManual()
    • testUpdateDetectOldDataWithNullManual

      @Test public void testUpdateDetectOldDataWithNullManual()
    • testUpdateDetectChangedDataIgnoreRow

      @Test public void testUpdateDetectChangedDataIgnoreRow()
    • testUpdateDetectChangedDataIgnoreBatch

      @Test public void testUpdateDetectChangedDataIgnoreBatch()
    • testUpdateDetectChangedDataFallbackAll

      @Test public void testUpdateDetectChangedDataFallbackAll()
    • testDeleteDetectTimestampIgnoreRow

      @Test public void testDeleteDetectTimestampIgnoreRow()
    • testDeleteDetectTimestampIgnoreBatch

      @Test public void testDeleteDetectTimestampIgnoreBatch()
    • testDeleteDetectTimestampNewerWins

      @Test public void testDeleteDetectTimestampNewerWins()
    • testInsertDetectTimestampManual

      @Test public void testInsertDetectTimestampManual()
    • testUpdateDetectChangedDataManual

      @Test public void testUpdateDetectChangedDataManual()
    • testInsertExisting

      @Test public void testInsertExisting() throws Exception
      Throws:
      Exception
    • testLargeDouble

      @Test public void testLargeDouble() throws Exception
      Throws:
      Exception
    • testDecimalLocale

      @Test public void testDecimalLocale() throws Exception
      Throws:
      Exception
    • testUpdateNotExisting

      @Test public void testUpdateNotExisting() throws Exception
      Throws:
      Exception
    • testStringQuotes

      @Test public void testStringQuotes() throws Exception
      Throws:
      Exception
    • testStringSpaces

      @Test public void testStringSpaces() throws Exception
      Throws:
      Exception
    • testStringOneSpace

      @Test public void testStringOneSpace() throws Exception
      Throws:
      Exception
    • testStringEmpty

      @Test public void testStringEmpty() throws Exception
      Throws:
      Exception
    • testStringNull

      @Test public void testStringNull() throws Exception
      Throws:
      Exception
    • testStringBackslash

      @Test public void testStringBackslash() throws Exception
      Throws:
      Exception
    • testDeleteExisting

      @Test public void testDeleteExisting() throws Exception
      Throws:
      Exception
    • testDeleteNotExisting

      @Test public void testDeleteNotExisting() throws Exception
      Throws:
      Exception
    • testColumnNotExisting

      @Test public void testColumnNotExisting() throws Exception
      Throws:
      Exception
    • testTableNotExisting

      @Test public void testTableNotExisting() throws Exception
      Throws:
      Exception
    • testColumnLevelSync

      @Test public void testColumnLevelSync() throws Exception
      Throws:
      Exception
    • testBinaryColumnTypesForPostgres

      @Test public void testBinaryColumnTypesForPostgres() throws Exception
      Throws:
      Exception
    • testBenchmark

      @Test public void testBenchmark() throws Exception
      Throws:
      Exception